summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2010-04-16 07:27:38 -0700
committerAdam Jacob <adam@opscode.com>2010-04-16 07:27:38 -0700
commit8c8947b6d0f047882bee65782a59f119aa58423a (patch)
treeac41657b25818cb434e6d00daa24b08a5d690122 /Rakefile
parent782320c6198f12e04f2b49a0808a732513107023 (diff)
downloadchef-8c8947b6d0f047882bee65782a59f119aa58423a.tar.gz
Adding CHEF-838 features
* Nodes should no longer be expanded on retrieval * The grid in CHEF-838 is now a feature test
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"