summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
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