From e39bef6f66962f4dab7a93a8eb24c60470254155 Mon Sep 17 00:00:00 2001 From: Adam Jacob Date: Sat, 1 Aug 2009 03:14:36 -0700 Subject: Adding feature tests for Chef::Node::Attributes, integrating with Chef::Node, Chef Server and Chef::Compile --- Rakefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Rakefile') 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 -- cgit v1.2.1