summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index c8a31dc9ce..f2c1a665fa 100644
--- a/Rakefile
+++ b/Rakefile
@@ -386,6 +386,10 @@ namespace :features do
Cucumber::Rake::Task.new(:cookbook_sync) do |t|
t.profile = "client_cookbook_sync"
end
+
+ Cucumber::Rake::Task.new(:attribute_settings) do |t|
+ t.profile = "attribute_settings"
+ end
end
desc "Run cucumber tests for the cookbooks"