diff options
-rw-r--r-- | Gemfile | 3 | ||||
-rw-r--r-- | spec/run_pedant.rb | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -2,7 +2,8 @@ source 'https://rubygems.org' gemspec gem 'rest-client', :github => 'opscode/rest-client' -gem 'chef-pedant', :github => 'opscode/chef-pedant', :tag => '1.0.41' + +gem 'chef-pedant', :github => 'opscode/chef-pedant', :tag => '1.0.44' gem 'chef', :github => 'opscode/chef', :tag => '12.1.0.rc.0' diff --git a/spec/run_pedant.rb b/spec/run_pedant.rb index 2caf1ff..30ffa2d 100644 --- a/spec/run_pedant.rb +++ b/spec/run_pedant.rb @@ -79,7 +79,8 @@ begin '--skip-authentication', '--skip-authorization', '--skip-keys', - '--skip-omnibus' + '--skip-omnibus', + '--skip-cookbook_artifacts' ]) result = RSpec::Core::Runner.run(Pedant.config.rspec_args) |