diff options
author | John Keiser <jkeiser@opscode.com> | 2013-10-11 14:59:13 -0700 |
---|---|---|
committer | John Keiser <jkeiser@opscode.com> | 2013-10-11 14:59:13 -0700 |
commit | 2ca63cf97647f587f6bc705657505b56962380bb (patch) | |
tree | b8b6df61de05cc633be7909b55e8765ae4de583b /spec | |
parent | f7580306cef3fe7484ab1b041352a0d374bbdf0a (diff) | |
download | chef-zero-2ca63cf97647f587f6bc705657505b56962380bb.tar.gz |
Work with latest pedantjk/latest-pedant
Diffstat (limited to 'spec')
-rw-r--r-- | spec/run.rb | 3 |
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) |