diff options
author | sdelano <stephen@opscode.com> | 2010-08-12 14:49:13 -0700 |
---|---|---|
committer | Seth Falcon <seth@opscode.com> | 2010-11-01 10:44:42 -0700 |
commit | 984bb874a5c7a1e02cf7009ef34709703571962c (patch) | |
tree | 041dea6902a4c8fb0401a7fc4bf4aee802e2a94c /Rakefile | |
parent | eb734ebece8fffce170a5ed01c50e0af32229399 (diff) | |
download | chef-984bb874a5c7a1e02cf7009ef34709703571962c.tar.gz |
feature tests for base environments api
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |