summaryrefslogtreecommitdiff
path: root/spec/support
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-07-16 22:37:08 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-07-23 19:21:24 -0600
commit08b2e660be71fb6a90a6638729f010429b8c3e98 (patch)
treef0eaa4b2eca7618668ecfd327c0d8c38941d0c8c /spec/support
parentf8658b80828262b5356f086f6c6ea69b706dde06 (diff)
downloadchef-zero-08b2e660be71fb6a90a6638729f010429b8c3e98.tar.gz
Add file store
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/pedant.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/pedant.rb b/spec/support/pedant.rb
index 3ac1922..d6100d2 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.
-if ENV['SINGLE_ORG']
+if ENV['SINGLE_ORG'] || ENV['FILE_STORE']
chef_server 'http://127.0.0.1:8889'
else
chef_server 'http://127.0.0.1:8889/organizations/pedant'