Remove features checking ruby evaluation
This commit is contained in:
parent
bff6b85e8e
commit
237e6db740
@ -1,9 +0,0 @@
|
||||
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"
|
@ -1,11 +0,0 @@
|
||||
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"
|
Loading…
x
Reference in New Issue
Block a user