summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorchris <chris@opscodes-macbook-pro-2.local>2009-09-15 23:38:48 +0000
committerchris <chris@opscodes-macbook-pro-2.local>2009-09-23 22:11:00 +0000
commitbd29634052b0b9dd726eca6e7068bff00aa61fe5 (patch)
tree18bd1ffc1c6941f0d5898ebd95aa77cb8de572cb /Rakefile
parente6557c3dd9ef199a1fcc840c24f92fc36a8cd6f1 (diff)
downloadchef-bd29634052b0b9dd726eca6e7068bff00aa61fe5.tar.gz
Light-weight resources and providers, as well as API controller re-factoring
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index b2650f8e94..e1a331638d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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"