summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-07-24 18:07:59 -0600
committerJohn Keiser <jkeiser@opscode.com>2014-08-22 09:20:48 -0700
commit5c6c2a6921fe8c7d091854eb644ac0f42208126e (patch)
treed87cba99226b9ca00b5b5784e2c5a00d7f5071b1 /spec
parentc5d40545370510f764b834ba3096d2bd4eb301e5 (diff)
downloadchef-zero-5c6c2a6921fe8c7d091854eb644ac0f42208126e.tar.gz
Include both org owner and superuser in org acls
Diffstat (limited to 'spec')
-rw-r--r--spec/run_oc_pedant.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb
index 3eb2641..43366f2 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -13,7 +13,7 @@ begin
require 'chef_zero/data_store/raw_file_store'
tmpdir = Dir.mktmpdir
data_store = ChefZero::DataStore::RawFileStore.new(tmpdir, true)
- data_store = ChefZero::DataStore::DefaultFacade.new(data_store)
+ data_store = ChefZero::DataStore::DefaultFacade.new(data_store, false)
server = ChefZero::Server.new(:port => 8889, :single_org => false, :data_store => data_store)
server.start_background