Remove feature exposing env object in recipe DSL

This commit is contained in:
Thibault Jouan 2014-01-21 01:22:00 +00:00
parent 6db71caea9
commit dba8a7aeee

View File

@ -1,9 +0,0 @@
Feature: `env' recipe keyword
Scenario: exposes the internal env object
Given a recipe with:
"""
env
"""
When I execute the recipe
Then the exit status must be 0