From 2ca63cf97647f587f6bc705657505b56962380bb Mon Sep 17 00:00:00 2001 From: John Keiser Date: Fri, 11 Oct 2013 14:59:13 -0700 Subject: Work with latest pedant --- Gemfile | 2 +- spec/run.rb | 3 ++- 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) -- cgit v1.2.1