From dba8a7aeee22caafbb02169cac6c06445383c228 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 21 Jan 2014 01:22:00 +0000 Subject: [PATCH] Remove feature exposing env object in recipe DSL --- features/recipes/env.feature | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 features/recipes/env.feature diff --git a/features/recipes/env.feature b/features/recipes/env.feature deleted file mode 100644 index f3ee4a2..0000000 --- a/features/recipes/env.feature +++ /dev/null @@ -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