Fix missing Then keywords in cucumber features
This commit is contained in:
@@ -6,4 +6,4 @@ Feature: recipe evaluation
|
||||
puts 'hello from recipe'
|
||||
"""
|
||||
When I successfully execute the recipe
|
||||
And the output must contain exactly "hello from recipe\n"
|
||||
Then the output must contain exactly "hello from recipe\n"
|
||||
|
Reference in New Issue
Block a user