diff options
author | Adam Jacob <adam@opscode.com> | 2010-04-16 07:27:38 -0700 |
---|---|---|
committer | Adam Jacob <adam@opscode.com> | 2010-04-16 07:27:38 -0700 |
commit | 8c8947b6d0f047882bee65782a59f119aa58423a (patch) | |
tree | ac41657b25818cb434e6d00daa24b08a5d690122 /Rakefile | |
parent | 782320c6198f12e04f2b49a0808a732513107023 (diff) | |
download | chef-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-- | Rakefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |