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 72b45f408a..fcfa40b221 100644
--- a/Rakefile
+++ b/Rakefile
@@ -290,6 +290,10 @@ namespace :features do
Cucumber::Rake::Task.new(:cookbooks) do |t|
t.profile = "api_cookbooks"
end
+
+ Cucumber::Rake::Task.new(:cookbook_tarballs) do |t|
+ t.profile = "api_cookbooks_tarballs"
+ end
end
namespace :data do