summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
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|