summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2009-10-25 15:44:18 -0700
committerAdam Jacob <adam@opscode.com>2009-10-25 15:44:18 -0700
commit50969631ba9b413ebb7ac5877529c1b8b7e97001 (patch)
tree78d5fd47f293375e41c63bc776d7a384b3a0f749 /Rakefile
parent62c77204dfa187c974e8c4c236cff3578c8f0f0c (diff)
downloadchef-50969631ba9b413ebb7ac5877529c1b8b7e97001.tar.gz
Adding the deploy features to the Rakefile
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 032fdcf8de..3f4ff1ce2e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -344,6 +344,11 @@ namespace :features do
namespace :provider do
+ desc "Run cucumber tests for deploy resources"
+ Cucumber::Rake::Task.new(:deploy) do |t|
+ t.profile = "provider_deploy"
+ end
+
desc "Run cucumber tests for directory resources"
Cucumber::Rake::Task.new(:directory) do |t|
t.profile = "provider_directory"