summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2010-01-26 22:26:33 -0800
committerAdam Jacob <adam@opscode.com>2010-01-26 22:26:33 -0800
commit392078fb66d0214bd7ce6af97abc8dbb287ff916 (patch)
tree9d55a49f65f283fccff3c0437e4f472ccd7d6401 /Rakefile
parent8170c6ad67b2f1cdaf950cf54782773c974ab20b (diff)
downloadchef-392078fb66d0214bd7ce6af97abc8dbb287ff916.tar.gz
Fixing cookbook metadata tests
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index ab46784e41..9ecf2999aa 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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"