summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2009-10-29 08:17:48 -0700
committerAdam Jacob <adam@opscode.com>2009-10-29 08:17:48 -0700
commit6ced5f1d985d47d49f39b7af10e01c295eefc2a9 (patch)
tree4d126fd1d30aa1feb9308f03e3ed61aa0cbd44ae /Rakefile
parent47070d66a24905428167cdd67985175f03a38d5b (diff)
parentcff229140288370dc349ec43a535cd83304ccb1c (diff)
downloadchef-6ced5f1d985d47d49f39b7af10e01c295eefc2a9.tar.gz
Merge branch 'master' into 0.8-alpha
All tests pass. Conflicts: chef-server-slice/Rakefile chef-server/Rakefile chef/Rakefile chef/lib/chef.rb chef/lib/chef/provider/cron.rb chef/lib/chef/provider/service/freebsd.rb chef/lib/chef/provider/service/simple.rb chef/spec/unit/provider/deploy_spec.rb cucumber.yml features/support/env.rb
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 3f4ff1ce2e..e6030df651 100644
--- a/Rakefile
+++ b/Rakefile
@@ -306,6 +306,10 @@ namespace :features do
Cucumber::Rake::Task.new(:roles) do |t|
t.profile = "client_roles"
end
+
+ Cucumber::Rake::Task.new(:run_interval) do |t|
+ t.profile = "client_run_interval"
+ end
end
desc "Run cucumber tests for the cookbooks"
@@ -383,6 +387,10 @@ namespace :features do
Cucumber::Rake::Task.new(:macports) do |t|
t.profile = "provider_package_macports"
end
+
+ Cucumber::Rake::Task.new(:gems) do |g|
+ g.profile = "provider_package_rubygems"
+ end
end
end
end