Merge "Add rspec coverage output"

This commit is contained in:
Jenkins 2015-06-08 21:20:48 +00:00 committed by Gerrit Code Review
commit c798216da9

View File

@ -5,3 +5,5 @@ RSpec.configure do |c|
c.alias_it_should_behave_like_to :it_configures, 'configures'
c.alias_it_should_behave_like_to :it_raises, 'raises'
end
at_exit { RSpec::Puppet::Coverage.report! }