Improve test in recipe evaluation output feature

This commit is contained in:
Thibault Jouan 2013-08-06 18:52:32 +00:00
parent 98b141136b
commit 64a57c7cfd

View File

@ -7,7 +7,7 @@ Feature: recipe evaluation
"""
When I execute the recipe
Then the exit status must be 0
And the output must contain "hello from recipe"
And the output must contain exactly "hello from recipe\n"
Scenario: reports errors when evaluating an invalid recipe
Given a recipe with: