summaryrefslogtreecommitdiff
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
parentf7580306cef3fe7484ab1b041352a0d374bbdf0a (diff)
downloadchef-zero-jk/latest-pedant.tar.gz
Work with latest pedantjk/latest-pedant
-rw-r--r--Gemfile2
-rw-r--r--spec/run.rb3
2 files changed, 3 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 7e4554b..8700793 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
gemspec
-gem 'chef-pedant', :github => 'opscode/chef-pedant', :ref => 'b4bca8dc9c3b81569bf59b242cdb0fc838e24046'
+gem 'chef-pedant', :github => 'opscode/chef-pedant', :ref => '2c58a3736ba880503394f66c4435b063dececdc5'
gem 'chef', '>= 11.0'
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)