summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-02-21 17:11:05 -0800
committerdanielsdeleo <dan@getchef.com>2015-02-21 17:11:05 -0800
commitd430ad28c69d4d234c3f114106cba9f02ebab46d (patch)
tree6466f747358352802fb27e61eae20670d3cfafe8
parent6a3bdf62ebbe099914ddc21d3d122e1348e88d2a (diff)
downloadchef-zero-compatible-chef-version.tar.gz
Bump pedant to 1.0.44 for RSpec 3.2 compatibilitycompatible-chef-version
Also, disable cookbook artifact tests for now. Support for that is forthcoming.
-rw-r--r--Gemfile3
-rw-r--r--spec/run_pedant.rb3
2 files changed, 4 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 808cc6a..96434f4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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)