Improve a test in task evaluation feature
This commit is contained in:
parent
72d6a853ae
commit
6f563d75d7
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user