diff options
author | Adam Jacob <adam@opscode.com> | 2009-10-25 15:44:18 -0700 |
---|---|---|
committer | Adam Jacob <adam@opscode.com> | 2009-10-25 15:44:18 -0700 |
commit | 50969631ba9b413ebb7ac5877529c1b8b7e97001 (patch) | |
tree | 78d5fd47f293375e41c63bc776d7a384b3a0f749 /Rakefile | |
parent | 62c77204dfa187c974e8c4c236cff3578c8f0f0c (diff) | |
download | chef-50969631ba9b413ebb7ac5877529c1b8b7e97001.tar.gz |
Adding the deploy features to the Rakefile
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |