summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2009-11-27 16:39:16 -0800
committerAdam Jacob <adam@opscode.com>2009-11-27 16:39:16 -0800
commit13ac6455d30e2964842fd56f370e4c555320cb81 (patch)
tree90285b594c16688bd14f8a3f333b8c7a4da4ee70 /Rakefile
parent717e256329e72147d141464255ab3e9b20ef4e48 (diff)
downloadchef-13ac6455d30e2964842fd56f370e4c555320cb81.tar.gz
Attribute inclusion mixin, and features
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index a51b62586c..72b45f408a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -367,6 +367,9 @@ namespace :features do
Cucumber::Rake::Task.new(:recipe_include) do |t|
t.profile = "recipe_inclusion"
end
+ Cucumber::Rake::Task.new(:attribute_include) do |t|
+ t.profile = "attribute_inclusion"
+ end
end
Cucumber::Rake::Task.new(:lwrp) do |t|