summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2013-10-11 14:59:13 -0700
committerJohn Keiser <jkeiser@opscode.com>2013-10-11 14:59:13 -0700
commit2ca63cf97647f587f6bc705657505b56962380bb (patch)
treeb8b6df61de05cc633be7909b55e8765ae4de583b /spec
parentf7580306cef3fe7484ab1b041352a0d374bbdf0a (diff)
downloadchef-zero-2ca63cf97647f587f6bc705657505b56962380bb.tar.gz
Work with latest pedantjk/latest-pedant
Diffstat (limited to 'spec')
-rw-r--r--spec/run.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/run.rb b/spec/run.rb
index 66e6811..01dffe9 100644
--- a/spec/run.rb
+++ b/spec/run.rb
@@ -17,7 +17,8 @@ unless ENV['SKIP_PEDANT']
Pedant.setup([
'--skip-validation',
'--skip-authentication',
- '--skip-authorization'
+ '--skip-authorization',
+ '--skip-omnibus'
])
result = RSpec::Core::Runner.run(Pedant.config.rspec_args)