summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorDennis Hoppe <github@debian-solutions.de>2016-10-21 12:34:58 +0200
committerDennis Hoppe <github@debian-solutions.de>2016-10-21 12:34:58 +0200
commiteec10b55fc5b3b3e003d96848e2d303c021e5d02 (patch)
tree438ef9686bdeec31de540ae5d1931d0a7dc87309 /spec/spec_helper.rb
parenta1e7829758acf6ef32567a2a0384417d4bfc35d7 (diff)
Update based on voxpupuli/modulesync_config 0.14.1
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 2d8b165..623b3a6 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -2,6 +2,11 @@ require 'puppetlabs_spec_helper/module_spec_helper'
require 'rspec-puppet-facts'
include RspecPuppetFacts
+unless RUBY_VERSION =~ %r{^1.9}
+ require 'coveralls'
+ Coveralls.wear!
+end
+
RSpec.configure do |c|
default_facts = {
puppetversion: Puppet.version,