summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2009-08-01 03:14:36 -0700
committerAJ Christensen <aj@opscode.com>2009-08-03 23:19:08 +1200
commite39bef6f66962f4dab7a93a8eb24c60470254155 (patch)
tree72dfc64b100614d9e7fb1a910f8b30a09ca93cde /Rakefile
parent72236c23fa361f81558dca7d3e681dc9b0ead0ff (diff)
downloadchef-e39bef6f66962f4dab7a93a8eb24c60470254155.tar.gz
Adding feature tests for Chef::Node::Attributes, integrating with Chef::Node, Chef Server and Chef::Compile
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index e7f109a74f..ad5fe113ff 100644
--- a/Rakefile
+++ b/Rakefile
@@ -145,10 +145,17 @@ namespace :features do
end
end
end
+
Cucumber::Rake::Task.new(:client) do |t|
t.profile = "client"
end
+ namespace :client do
+ Cucumber::Rake::Task.new(:roles) do |t|
+ t.profile = "client_roles"
+ end
+ end
+
Cucumber::Rake::Task.new(:search) do |t|
t.profile = "search"
end