Skip to content

Commit

Permalink
Bump pedant to 1.0.44 for RSpec 3.2 compatibility
Browse files Browse the repository at this point in the history
Also, disable cookbook artifact tests for now. Support for that is
forthcoming.
  • Loading branch information
danielsdeleo committed Feb 22, 2015
1 parent 6a3bdf6 commit d430ad2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

3 changes: 2 additions & 1 deletion spec/run_pedant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ def start_local_server(chef_repo_path)
'--skip-authentication',
'--skip-authorization',
'--skip-keys',
'--skip-omnibus'
'--skip-omnibus',
'--skip-cookbook_artifacts'
])

result = RSpec::Core::Runner.run(Pedant.config.rspec_args)
Expand Down

0 comments on commit d430ad2

Please sign in to comment.