diff options
author | sdelano <stephen@opscode.com> | 2010-08-17 15:52:49 -0700 |
---|---|---|
committer | Seth Falcon <seth@opscode.com> | 2010-11-01 10:44:45 -0700 |
commit | a07d4d4d1574a13ebab0d506169a74d6658260b5 (patch) | |
tree | 43ece15195e2a94402545b126ab104e3776d6d5c /Rakefile | |
parent | bbcf13ddb8f5420c28ecf5baa68e15f4c724bb03 (diff) | |
download | chef-a07d4d4d1574a13ebab0d506169a74d6658260b5.tar.gz |
create features:api:environments:nodes rake task
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |