2013-08-13 01:36:33 +00:00

10 lines
195 B
Gherkin

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