summaryrefslogtreecommitdiff
path: root/spec
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 /spec
parent6a3bdf62ebbe099914ddc21d3d122e1348e88d2a (diff)
downloadchef-zero-d430ad28c69d4d234c3f114106cba9f02ebab46d.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.
Diffstat (limited to 'spec')
-rw-r--r--spec/run_pedant.rb3
1 files changed, 2 insertions, 1 deletions
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)