summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDan DeLeo <danielsdeleo@mac.com>2009-10-17 23:31:11 -0600
committerDan DeLeo <danielsdeleo@mac.com>2009-10-17 23:31:11 -0600
commit62d7a5b5625de5e22e5b4c7402037e3431b65c25 (patch)
treeb2f2140984963627a968b2afbafdf3cee1718a18 /Rakefile
parentfb9e89a87a36b2931b5a737cefaf991324301221 (diff)
downloadchef-62d7a5b5625de5e22e5b4c7402037e3431b65c25.tar.gz
Add rake shortcut for gem provider cukes
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index e1a331638d..67f7d0cf9d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -191,6 +191,10 @@ namespace :features do
Cucumber::Rake::Task.new(:macports) do |t|
t.profile = "provider_package_macports"
end
+
+ Cucumber::Rake::Task.new(:gems) do |g|
+ g.profile = "provider_package_rubygems"
+ end
end
end
end