Fix missing Then keywords in cucumber features

This commit is contained in:
Thibault Jouan
2013-09-07 21:40:25 +00:00
parent 33a2b9de5a
commit 85109afd46
7 changed files with 8 additions and 8 deletions

View File

@@ -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"