diff options
author | Adam Jacob <adam@opscode.com> | 2009-11-27 16:39:16 -0800 |
---|---|---|
committer | Adam Jacob <adam@opscode.com> | 2009-11-27 16:39:16 -0800 |
commit | 13ac6455d30e2964842fd56f370e4c555320cb81 (patch) | |
tree | 90285b594c16688bd14f8a3f333b8c7a4da4ee70 /Rakefile | |
parent | 717e256329e72147d141464255ab3e9b20ef4e48 (diff) | |
download | chef-13ac6455d30e2964842fd56f370e4c555320cb81.tar.gz |
Attribute inclusion mixin, and features
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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| |