summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2009-11-27 14:06:08 -0800
committerAdam Jacob <adam@opscode.com>2009-11-27 14:06:08 -0800
commitf7c5d64cd15a77877c008fad648001ede027e63b (patch)
tree7f70b2ac7450e6be001072d56f68aa046409eb69 /Rakefile
parentbc60ba1a497ad69a545b65471d9421cf7185215d (diff)
downloadchef-f7c5d64cd15a77877c008fad648001ede027e63b.tar.gz
Fixing CHEF-749, we now properly cache cookbooks again.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index ddd4227462..a51b62586c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -338,6 +338,10 @@ namespace :features do
Cucumber::Rake::Task.new(:run_interval) do |t|
t.profile = "client_run_interval"
end
+
+ Cucumber::Rake::Task.new(:cookbook_sync) do |t|
+ t.profile = "client_cookbook_sync"
+ end
end
desc "Run cucumber tests for the cookbooks"