summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorsdelano <stephen@opscode.com>2010-08-23 10:43:51 -0700
committerSeth Falcon <seth@opscode.com>2010-11-01 10:44:45 -0700
commitb7d4abe9f113374e3b4e9c151b10bc9577b8fb08 (patch)
treee22c79bc06de7c9c6c80d5470e9a14d48187691c /Rakefile
parent9417a3ea6bacd853ecd4b850539f72d35b0dfd67 (diff)
downloadchef-b7d4abe9f113374e3b4e9c151b10bc9577b8fb08.tar.gz
features for environments cookbooks api
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 230df0b957..7249133540 100644
--- a/Rakefile
+++ b/Rakefile
@@ -332,6 +332,12 @@ begin
end
end
+ namespace :environments do
+ Cucumber::Rake::Task.new("cookbooks") do |t|
+ t.profile = "api_environments_cookbook_list"
+ end
+ end
+
namespace :nodes do
Cucumber::Rake::Task.new("sync") do |t|
t.profile = "api_nodes_sync"