summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2009-09-14 12:53:47 -0700
committerAdam Jacob <adam@opscode.com>2009-09-14 12:53:47 -0700
commit90feb81b556ce8ae9948469032e6c1b709871c2a (patch)
tree57846452c0338f97c7e37d311ade9f5804c0edf9 /Rakefile
parentfcf55226d56088449f8e82289ab630b43cc9819b (diff)
downloadchef-90feb81b556ce8ae9948469032e6c1b709871c2a.tar.gz
API Client support, with full tests passing.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 9691ef78e6..c8f5667668 100644
--- a/Rakefile
+++ b/Rakefile
@@ -238,7 +238,7 @@ namespace :features do
end
namespace :api do
- [ :nodes, :roles ].each do |api|
+ [ :nodes, :roles, :clients ].each do |api|
Cucumber::Rake::Task.new(api) do |apitask|
apitask.profile = "api_#{api.to_s}"
end