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