Improve a test in task evaluation feature

This commit is contained in:
Thibault Jouan 2013-08-06 19:05:01 +00:00
parent 72d6a853ae
commit 6f563d75d7

View File

@ -9,7 +9,7 @@ Feature: task evaluation
""" """
When I execute the recipe When I execute the recipe
Then the exit status must be 0 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 for invalid action calls in a task Scenario: reports errors for invalid action calls in a task
Given a recipe with: Given a recipe with: