summaryrefslogtreecommitdiff
path: root/spec/support
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-04-14 15:18:36 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-04-14 15:18:36 -0700
commitd66376d5a813fe11a6272ce890fd36bfd32ca0db (patch)
treeb53100b14eaafa03f589556b833b80577f94158e /spec/support
parentd74e5b8abe16abf98ece81583b2f4abc5a8e7fae (diff)
downloadchef-zero-d66376d5a813fe11a6272ce890fd36bfd32ca0db.tar.gz
Fixes against latest pedant
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/pedant.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/support/pedant.rb b/spec/support/pedant.rb
index 0210858..d21a2f7 100644
--- a/spec/support/pedant.rb
+++ b/spec/support/pedant.rb
@@ -41,6 +41,10 @@ chef_server 'http://127.0.0.1:8889'
# differs significantly from this.
maximum_search_time 0
+# OSC sends erchef a host header with a port, so this option needs
+# # to be enabled for Pedant tests to work correctly
+explicit_port_url true
+
# We're starting to break tests up into groups based on different
# criteria. The proper API tests (the results of which are viewable
# to OPC customers) should be the only ones run by Pedant embedded in