diff options
author | AJ Christensen <aj@opscode.com> | 2009-06-30 15:09:05 -0700 |
---|---|---|
committer | AJ Christensen <aj@opscode.com> | 2009-06-30 15:09:05 -0700 |
commit | e0c11588ef5caacbf79726508e7eb43629646892 (patch) | |
tree | b70297ed8eaa422b55d9f1b50fd4d3874119378a /Rakefile | |
parent | f8357a1ed907e52d6af97d2f3b84ad530a38743a (diff) | |
download | chef-e0c11588ef5caacbf79726508e7eb43629646892.tar.gz |
CHEF-418: Readme clarification for features
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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}" |