summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorSeth Falcon <seth@opscode.com>2010-08-13 11:53:29 -0700
committerDaniel DeLeo <dan@opscode.com>2010-08-17 11:14:27 -0700
commit032ac37feb613b734d6c29a5a96ff7a752dd6f7c (patch)
treede7f015884c8180a5a497fb040fcc3e034e95642 /Rakefile
parentd128ffd8e23b5adf372f18786a4391f985406400 (diff)
downloadchef-032ac37feb613b734d6c29a5a96ff7a752dd6f7c.tar.gz
Add rake task to run knife cucumber tests
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index aa11572e33..441a9c688a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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