summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-01-27 13:33:23 -0800
committerJohn Keiser <john@johnkeiser.com>2016-01-27 13:33:23 -0800
commit9441c074c457bec3071dcfaeb6cfade366cb5d66 (patch)
tree9054188c99260952a7e16380f0edec68407875bd
parent4340d1b8cdfc7abe501e2aca7555a9b2edb8b48f (diff)
downloadchef-zero-9441c074c457bec3071dcfaeb6cfade366cb5d66.tar.gz
Stop skipping ACL tests
-rw-r--r--lib/chef_zero/data_store/memory_store_v2.rb1
-rw-r--r--spec/run_oc_pedant.rb1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef_zero/data_store/memory_store_v2.rb b/lib/chef_zero/data_store/memory_store_v2.rb
index afed5d6..d330972 100644
--- a/lib/chef_zero/data_store/memory_store_v2.rb
+++ b/lib/chef_zero/data_store/memory_store_v2.rb
@@ -114,7 +114,6 @@ module ChefZero
begin
value = _get(path)
if value.is_a?(Hash) && !options[:allow_dirs]
- require 'pry'; binding.pry
raise "exists? does not work with directories (#{path} = #{value.class})"
end
return true
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb
index cb24122..17ee560 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -101,7 +101,6 @@ begin
#
# ...but we're not there yet
'--skip-keys',
- '--skip-acl',
# Chef Zero does not intend to support validation the way erchef does.
'--skip-validation',