diff options
author | Adam Jacob <adam@opscode.com> | 2009-11-27 14:06:08 -0800 |
---|---|---|
committer | Adam Jacob <adam@opscode.com> | 2009-11-27 14:06:08 -0800 |
commit | f7c5d64cd15a77877c008fad648001ede027e63b (patch) | |
tree | 7f70b2ac7450e6be001072d56f68aa046409eb69 /Rakefile | |
parent | bc60ba1a497ad69a545b65471d9421cf7185215d (diff) | |
download | chef-f7c5d64cd15a77877c008fad648001ede027e63b.tar.gz |
Fixing CHEF-749, we now properly cache cookbooks again.
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |