summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e81536b373..230df0b957 100644
--- a/Rakefile
+++ b/Rakefile
@@ -319,7 +319,7 @@ begin
end
namespace :api do
- [ :nodes, :roles, :clients ].each do |api|
+ [ :nodes, :roles, :clients, :environments ].each do |api|
Cucumber::Rake::Task.new(api) do |apitask|
apitask.profile = "api_#{api.to_s}"
end