aboutsummaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorPete Brown <pete@abstractit.com.au>2016-07-08 01:26:27 +1000
committerPete Brown <pete@abstractit.com.au>2016-07-08 01:26:27 +1000
commite92eee3eece276daa4d115bca7d7af71c5838005 (patch)
tree6940cc2f0c328bcfe76f951551071955da05631f /spec/spec_helper.rb
parent2229e9dcaf7ab7e82a77a7421deb8879e1204de6 (diff)
downloadpuppet-samba-e92eee3eece276daa4d115bca7d7af71c5838005.tar.gz
puppet-samba-e92eee3eece276daa4d115bca7d7af71c5838005.tar.bz2
Add tests for the rest of the options
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index ee10669..c864359 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -9,3 +9,5 @@ RSpec.configure do |c|
Puppet.features.stubs(:root? => true)
end
end
+
+at_exit { RSpec::Puppet::Coverage.report! }