summaryrefslogtreecommitdiff
path: root/spec/run_oc_pedant.rb
diff options
context:
space:
mode:
authorMarc Paradise <marc@getchef.com>2015-03-04 02:48:32 -0500
committertyler-ball <tyleraball@gmail.com>2015-07-10 10:24:39 -0700
commitfd95d9e31ebb7d042e171fba446de9ed150c1e91 (patch)
tree0cbe772c399c88c2e47db98fceae950e6b9b1a53 /spec/run_oc_pedant.rb
parent27584250fd7b7d0ac76c32fdd93b70fdb3fb2fb9 (diff)
downloadchef-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.rb5
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)