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