Skip to content

Commit 111b230

Browse files
pmcmawtphoney
authored andcommitted
Module sync 1d81b6a (#248)
1 parent f6fb360 commit 111b230

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ matrix:
2222
script: bundle exec rake beaker
2323
services: docker
2424
sudo: required
25-
- rvm: 2.4.0
25+
- rvm: 2.4.1
2626
bundler_args: --without system_tests
2727
env: PUPPET_GEM_VERSION="~> 5.0"
2828
- rvm: 2.1.9

spec/spec_helper.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#This file is generated by ModuleSync, do not edit.
1+
# This file is generated by ModuleSync, do not edit.
22
require 'puppetlabs_spec_helper/module_spec_helper'
33

44
if Puppet::Util::Package.versioncmp(Puppet.version, '4.5.0') >= 0
@@ -12,5 +12,6 @@
1212
# put local configuration and setup into spec_helper_local
1313
begin
1414
require 'spec_helper_local'
15-
rescue LoadError
15+
rescue LoadError => loaderror
16+
puts "Could not require spec_helper_local: #{loaderror.message}"
1617
end

0 commit comments

Comments
 (0)