Fix incorrect paths for env and target features

This commit is contained in:
Thibault Jouan
2013-08-05 19:54:32 +00:00
parent ad63164d60
commit 3e3547d3be
2 changed files with 0 additions and 0 deletions

10
features/env.feature Normal file
View 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"