summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-01-27 13:41:31 -0800
committerJohn Keiser <john@johnkeiser.com>2016-01-27 13:41:31 -0800
commitc007931bb19a65e32a6b162536916dd37ba6dbce (patch)
tree1a39444064cea7c18214f95710fc74dddd0da78e
parent9441c074c457bec3071dcfaeb6cfade366cb5d66 (diff)
downloadchef-zero-c007931bb19a65e32a6b162536916dd37ba6dbce.tar.gz
Move skip-acl to ChefFS
-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 17ee560..a08f839 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -83,6 +83,7 @@ begin
'--skip-users',
'--skip-organizations',
'--skip-multiuser',
+ '--skip-acl',
# chef-zero has some non-removable quirks, such as the fact that files
# with 255-character names cannot be stored in local mode. This is
@@ -141,7 +142,6 @@ begin
Pedant.setup(pedant_args)
- fail_fast = []
# fail_fast = ["--fail-fast"]
result = RSpec::Core::Runner.run(Pedant.config.rspec_args + fail_fast)