diff options
author | Marc Paradise <marc@getchef.com> | 2015-03-04 02:48:32 -0500 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2015-07-10 10:24:39 -0700 |
commit | fd95d9e31ebb7d042e171fba446de9ed150c1e91 (patch) | |
tree | 0cbe772c399c88c2e47db98fceae950e6b9b1a53 /spec/run_oc_pedant.rb | |
parent | 27584250fd7b7d0ac76c32fdd93b70fdb3fb2fb9 (diff) | |
download | chef-zero-fd95d9e31ebb7d042e171fba446de9ed150c1e91.tar.gz |
integrate oc-chef-pedant 2.0 for cs12, drop chef-pedant support
Diffstat (limited to 'spec/run_oc_pedant.rb')
-rw-r--r-- | spec/run_oc_pedant.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb index 79d92e7..053062a 100644 --- a/spec/run_oc_pedant.rb +++ b/spec/run_oc_pedant.rb @@ -24,8 +24,6 @@ begin require 'rspec/core' require 'pedant' - require 'pedant/opensource/platform' - require 'pedant/multitenant' require 'pedant/organization' #Pedant::Config.rerun = true @@ -43,7 +41,8 @@ begin '--skip-omnibus', '--skip-usags', '--skip-internal_orgs', - '--skip-rename_org' + '--skip-rename_org', + '--skip-headers' ]) result = RSpec::Core::Runner.run(Pedant.config.rspec_args) |