summaryrefslogtreecommitdiff
path: root/spec/run_oc_pedant.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/run_oc_pedant.rb')
-rw-r--r--spec/run_oc_pedant.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb
index cb24122..47d878b 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',
@@ -142,8 +141,8 @@ begin
Pedant.setup(pedant_args)
- fail_fast = []
- # fail_fast = ["--fail-fast"]
+ fail_fast = %w()#--fail-fast)
+ #fail_fast = ["--fail-fast"]
result = RSpec::Core::Runner.run(Pedant.config.rspec_args + fail_fast)