diff options
author | Adam Jacob <adam@opscode.com> | 2009-09-26 17:03:13 -0700 |
---|---|---|
committer | Adam Jacob <adam@opscode.com> | 2009-09-26 17:03:13 -0700 |
commit | e0db7b261d78a112cfc2710ee08fba2cf9679c46 (patch) | |
tree | 2c16d131dec0b0845a51a1e354dfca59c23a607b /Rakefile | |
parent | 3014147e50475bb7d432439654a20cfb4110b18e (diff) | |
download | chef-e0db7b261d78a112cfc2710ee08fba2cf9679c46.tar.gz |
Working Node Web UI vs API.
Updated the API to use the cdb_* methods for Chef::Node and
Chef::Role.list.
Updated the Web UI to exclusively use the non-cdb backing store methods.
Non-cdb backing store methods hit the API.
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -251,6 +251,12 @@ namespace :features do end end + namespace :nodes do + Cucumber::Rake::Task.new("sync") do |t| + t.profile = "api_nodes_sync" + end + end + namespace :cookbooks do desc "Run cucumber tests for the cookbooks portion of the REST API" Cucumber::Rake::Task.new(:cookbooks) do |t| |