File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
- ' spec/fixtures/manifests/site.pp'
6
6
- ' spec/fixtures/modules/*'
7
7
8
+ spec/spec_helper.rb :
9
+ allow_deprecations : true
Original file line number Diff line number Diff line change @@ -28,9 +28,6 @@ matrix:
28
28
- rvm : 2.1.5
29
29
bundler_args : --without system_tests
30
30
env : PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
31
- - rvm : 2.1.5
32
- bundler_args : --without system_tests
33
- env : PUPPET_GEM_VERSION="~> 3.7.0" FUTURE_PARSER="yes"
34
31
- rvm : 2.1.5
35
32
bundler_args : --without system_tests
36
33
env : PUPPET_GEM_VERSION="~> 3.0"
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ group :development, :unit_tests do
26
26
gem 'mocha' , '< 1.2.0'
27
27
gem 'rspec-puppet-facts'
28
28
gem 'simplecov'
29
- gem 'parallel_tests'
29
+ gem 'parallel_tests' , '< 2.10.0' if RUBY_VERSION < '2.0.0'
30
+ gem 'parallel_tests' if RUBY_VERSION >= '2.0.0'
30
31
gem 'rubocop' , '0.41.2' if RUBY_VERSION < '2.0.0'
31
32
gem 'rubocop' if RUBY_VERSION >= '2.0.0'
32
33
gem 'rubocop-rspec' , '~> 1.6' if RUBY_VERSION >= '2.3.0'
You can’t perform that action at this time.
0 commit comments