summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2009-09-14 17:09:10 -0700
committerAdam Jacob <adam@opscode.com>2009-09-14 17:09:10 -0700
commit5cb52d9c0daba80de15c4cfa56dee2613be2da9c (patch)
tree8e06a6f5c349956e60e5ec3be870d4fe2fe61c30 /Rakefile
parentc59a0f6f021cfe01a5c596d446fee46c40afd85f (diff)
parent31456f5b12e540d504c981fc9cbe34bd9cb0788a (diff)
downloadchef-5cb52d9c0daba80de15c4cfa56dee2613be2da9c.tar.gz
Merge branch 'master' of git@github.com:opscode/chef into 0.8-alpha-merge
Conflicts: Rakefile chef-server-slice/Rakefile chef-server/Rakefile chef/Rakefile chef/lib/chef.rb chef/lib/chef/config.rb chef/lib/chef/couchdb.rb chef/lib/chef/node/attribute.rb cucumber.yml
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c8f5667668..301c4d08c2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -344,7 +344,7 @@ namespace :features do
end
desc "Run cucumber tests for file resources"
- Cucumber::Rake::Task.new(:execute) do |t|
+ Cucumber::Rake::Task.new(:file) do |t|
t.profile = "provider_file"
end
@@ -352,6 +352,11 @@ namespace :features do
Cucumber::Rake::Task.new(:remote_file) do |t|
t.profile = "provider_remote_file"
end
+
+ desc "Run cucumber tests for template resources"
+ Cucumber::Rake::Task.new(:template) do |t|
+ t.profile = "provider_template"
+ end
namespace :package do
desc "Run cucumber tests for macports packages"