diff options
author | Dan DeLeo <danielsdeleo@mac.com> | 2009-10-17 23:31:11 -0600 |
---|---|---|
committer | Dan DeLeo <danielsdeleo@mac.com> | 2009-10-17 23:31:11 -0600 |
commit | 62d7a5b5625de5e22e5b4c7402037e3431b65c25 (patch) | |
tree | b2f2140984963627a968b2afbafdf3cee1718a18 /Rakefile | |
parent | fb9e89a87a36b2931b5a737cefaf991324301221 (diff) | |
download | chef-62d7a5b5625de5e22e5b4c7402037e3431b65c25.tar.gz |
Add rake shortcut for gem provider cukes
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |