summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorsdelano <stephen@opscode.com>2010-08-17 15:52:49 -0700
committerSeth Falcon <seth@opscode.com>2010-11-01 10:44:45 -0700
commita07d4d4d1574a13ebab0d506169a74d6658260b5 (patch)
tree43ece15195e2a94402545b126ab104e3776d6d5c /Rakefile
parentbbcf13ddb8f5420c28ecf5baa68e15f4c724bb03 (diff)
downloadchef-a07d4d4d1574a13ebab0d506169a74d6658260b5.tar.gz
create features:api:environments:nodes rake task
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 7249133540..8b83123cce 100644
--- a/Rakefile
+++ b/Rakefile
@@ -336,6 +336,10 @@ begin
Cucumber::Rake::Task.new("cookbooks") do |t|
t.profile = "api_environments_cookbook_list"
end
+
+ Cucumber::Rake::Task.new("nodes") do |t|
+ t.profile = "api_environments_node_list"
+ end
end
namespace :nodes do