summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)