diff options
author | Adam Jacob <adam@opscode.com> | 2010-01-26 22:26:33 -0800 |
---|---|---|
committer | Adam Jacob <adam@opscode.com> | 2010-01-26 22:26:33 -0800 |
commit | 392078fb66d0214bd7ce6af97abc8dbb287ff916 (patch) | |
tree | 9d55a49f65f283fccff3c0437e4f472ccd7d6401 /Rakefile | |
parent | 8170c6ad67b2f1cdaf950cf54782773c974ab20b (diff) | |
download | chef-392078fb66d0214bd7ce6af97abc8dbb287ff916.tar.gz |
Fixing cookbook metadata tests
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -355,6 +355,14 @@ namespace :features do t.profile = "cookbooks" end + namespace :cookbook do + + desc "Run cucumber tests for the cookbook metadata" + Cucumber::Rake::Task.new(:metadata) do |t| + t.profile = "cookbook_metadata" + end + end + desc "Run cucumber tests for the recipe language" Cucumber::Rake::Task.new(:language) do |t| t.profile = "language" |