diff options
author | chris <chris@opscodes-macbook-pro-2.local> | 2009-09-15 23:38:48 +0000 |
---|---|---|
committer | chris <chris@opscodes-macbook-pro-2.local> | 2009-09-23 22:11:00 +0000 |
commit | bd29634052b0b9dd726eca6e7068bff00aa61fe5 (patch) | |
tree | 18bd1ffc1c6941f0d5898ebd95aa77cb8de572cb /Rakefile | |
parent | e6557c3dd9ef199a1fcc840c24f92fc36a8cd6f1 (diff) | |
download | chef-bd29634052b0b9dd726eca6e7068bff00aa61fe5.tar.gz |
Light-weight resources and providers, as well as API controller re-factoring
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -169,7 +169,11 @@ namespace :features do t.profile = "recipe_inclusion" end end - + + Cucumber::Rake::Task.new(:lwrp) do |t| + t.profile = "lwrp" + end + namespace :provider do Cucumber::Rake::Task.new(:template) do |t| t.profile = "provider_template" |