Fix incorrect paths for env and target features
This commit is contained in:
10
features/env.feature
Normal file
10
features/env.feature
Normal file
@@ -0,0 +1,10 @@
|
||||
Feature: env recipe keyword
|
||||
|
||||
Scenario: exposes the internal env object
|
||||
Given a recipe with:
|
||||
"""
|
||||
puts env.current_recipe.filepath
|
||||
"""
|
||||
When I execute the recipe
|
||||
Then the exit status must be 0
|
||||
And the output must contain exactly "recipe.rb\n"
|
Reference in New Issue
Block a user