diff options
author | Seth Falcon <seth@opscode.com> | 2010-08-13 11:53:29 -0700 |
---|---|---|
committer | Daniel DeLeo <dan@opscode.com> | 2010-08-17 11:14:27 -0700 |
commit | 032ac37feb613b734d6c29a5a96ff7a752dd6f7c (patch) | |
tree | de7f015884c8180a5a497fb040fcc3e034e95642 /Rakefile | |
parent | d128ffd8e23b5adf372f18786a4391f985406400 (diff) | |
download | chef-032ac37feb613b734d6c29a5a96ff7a752dd6f7c.tar.gz |
Add rake task to run knife cucumber tests
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -504,6 +504,12 @@ begin g.profile = "provider_package_rubygems" end end + + desc "Run cucumber tests for knife" + Cucumber::Rake::Task.new(:knife) do |t| + t.profile = "knife" + end + end end rescue LoadError |