modulesync 4.0.0

This commit is contained in:
Tim Meusel
2020-11-25 17:24:16 +01:00
committed by Ewoud Kohl van Wijngaarden
parent 78b3f2c509
commit 5904520766
10 changed files with 108 additions and 88 deletions

View File

@@ -2,10 +2,6 @@
# https://github.com/voxpupuli/modulesync
# https://github.com/voxpupuli/modulesync_config
RSpec.configure do |c|
c.mock_with :rspec
end
# puppetlabs_spec_helper will set up coverage if the env variable is set.
# We want to do this if lib exists and it hasn't been explicitly set.
ENV['COVERAGE'] ||= 'yes' if Dir.exist?(File.expand_path('../../lib', __FILE__))