diff options
author | John Keiser <jkeiser@opscode.com> | 2014-04-18 13:20:40 -0700 |
---|---|---|
committer | John Keiser <jkeiser@opscode.com> | 2014-04-18 13:20:40 -0700 |
commit | e655c7857e9568ece4555e627fc7d3aa372449ae (patch) | |
tree | 9bff58e253d7e5150d61d4dc6ba7de02cf475335 /spec | |
parent | d66376d5a813fe11a6272ce890fd36bfd32ca0db (diff) | |
download | chef-zero-e655c7857e9568ece4555e627fc7d3aa372449ae.tar.gz |
Add support for "/organizations/chef" prefix
Diffstat (limited to 'spec')
-rw-r--r-- | spec/support/pedant.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/pedant.rb b/spec/support/pedant.rb index d21a2f7..39a234d 100644 --- a/spec/support/pedant.rb +++ b/spec/support/pedant.rb @@ -21,7 +21,7 @@ ################################################################################ # You MUST specify the address of the server the API requests will be # sent to. Only specify protocol, hostname, and port. -chef_server 'http://127.0.0.1:8889' +chef_server 'http://127.0.0.1:8889/organizations/chef' # If you are doing development testing, you can specify the address of # the Solr server. The presence of this parameter will enable tests |