Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
trefzer committed Feb 9, 2019
1 parent a045b5c commit 1b114ac
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# First line of spec/spec_helper.rb
require 'puppetlabs_spec_helper/module_spec_helper'
require 'coveralls'

Coveralls.wear! do
add_filter '/spec/fixtures/modules/stdlib/'
end

require 'puppetlabs_spec_helper/module_spec_helper'

RSpec.configure do |c|
c.after(:suite) do
RSpec::Puppet::Coverage.report!
end
end

Coveralls.wear! do
add_filter '/sepc/fixtures/modules/stdlib/'
end


0 comments on commit 1b114ac

Please sign in to comment.