Flatten features directory tree
This commit is contained in:
9
features/recipe_evaluation.feature
Normal file
9
features/recipe_evaluation.feature
Normal file
@@ -0,0 +1,9 @@
|
||||
Feature: recipe evaluation
|
||||
|
||||
Scenario: evaluates ruby code in a recipe
|
||||
Given a recipe with:
|
||||
"""
|
||||
puts 'hello from recipe'
|
||||
"""
|
||||
When I successfully execute the recipe
|
||||
Then the output must contain exactly "hello from recipe\n"
|
Reference in New Issue
Block a user