diff options
author | John Keiser <john@johnkeiser.com> | 2016-01-27 15:47:03 -0800 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-01-28 08:36:52 -0800 |
commit | 80783dac0105c37a857534d91cf38918608c3966 (patch) | |
tree | 263d371284d298c4e50466ec0cc7faca74674ac2 /spec | |
parent | 832f9a48dcef5e29b1a65ddfde9503c95f3b4db5 (diff) | |
download | chef-zero-80783dac0105c37a857534d91cf38918608c3966.tar.gz |
Fix container creation (was using wrong path)cd/run-acl-specs
Diffstat (limited to 'spec')
-rw-r--r-- | spec/run_oc_pedant.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb index 3c7c4eb..47d878b 100644 --- a/spec/run_oc_pedant.rb +++ b/spec/run_oc_pedant.rb @@ -141,7 +141,7 @@ begin Pedant.setup(pedant_args) - fail_fast = [] + fail_fast = %w()#--fail-fast) #fail_fast = ["--fail-fast"] result = RSpec::Core::Runner.run(Pedant.config.rspec_args + fail_fast) |