summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorsdelano <stephen@opscode.com>2010-08-12 14:49:13 -0700
committerSeth Falcon <seth@opscode.com>2010-11-01 10:44:42 -0700
commit984bb874a5c7a1e02cf7009ef34709703571962c (patch)
tree041dea6902a4c8fb0401a7fc4bf4aee802e2a94c /Rakefile
parenteb734ebece8fffce170a5ed01c50e0af32229399 (diff)
downloadchef-984bb874a5c7a1e02cf7009ef34709703571962c.tar.gz
feature tests for base environments api
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e81536b373..230df0b957 100644
--- a/Rakefile
+++ b/Rakefile
@@ -319,7 +319,7 @@ begin
end
namespace :api do
- [ :nodes, :roles, :clients ].each do |api|
+ [ :nodes, :roles, :clients, :environments ].each do |api|
Cucumber::Rake::Task.new(api) do |apitask|
apitask.profile = "api_#{api.to_s}"
end