summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 301c4d08c2..31d80fbfbd 100644
--- a/Rakefile
+++ b/Rakefile
@@ -251,6 +251,12 @@ namespace :features do
end
end
+ namespace :nodes do
+ Cucumber::Rake::Task.new("sync") do |t|
+ t.profile = "api_nodes_sync"
+ end
+ end
+
namespace :cookbooks do
desc "Run cucumber tests for the cookbooks portion of the REST API"
Cucumber::Rake::Task.new(:cookbooks) do |t|