Fix indentation in CLI usage feature

This commit is contained in:
Thibault Jouan 2013-08-06 18:49:35 +00:00
parent 8069e1ceaf
commit 5c11487601

View File

@ -4,6 +4,6 @@ Feature: CLI usage
When I run `producer`
Then the exit status must be 64
And the output must contain exactly:
"""
Usage: producer recipe_file
"""
"""
Usage: producer recipe_file
"""