summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAJ Christensen <aj@opscode.com>2009-06-30 15:09:05 -0700
committerAJ Christensen <aj@opscode.com>2009-06-30 15:09:05 -0700
commite0c11588ef5caacbf79726508e7eb43629646892 (patch)
treeb70297ed8eaa422b55d9f1b50fd4d3874119378a /Rakefile
parentf8357a1ed907e52d6af97d2f3b84ad530a38743a (diff)
downloadchef-e0c11588ef5caacbf79726508e7eb43629646892.tar.gz
CHEF-418: Readme clarification for features
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Rakefile b/Rakefile
index f089987fe5..e7f109a74f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -127,11 +127,11 @@ Cucumber::Rake::Task.new(:features) do |t|
end
namespace :features do
- namespace :api do
- Cucumber::Rake::Task.new(:api) do |t|
- t.profile = "api"
- end
+ Cucumber::Rake::Task.new(:api) do |t|
+ t.profile = "api"
+ end
+ namespace :api do
[ :nodes, :roles].each do |api|
Cucumber::Rake::Task.new(api) do |apitask|
apitask.profile = "api_#{api.to_s}"