aboutsummaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-09-11 15:03:21 +0000
committerGerrit Code Review <review@openstack.org>2015-09-11 15:03:21 +0000
commit55b77339542a30b3137a5b9ce23ca960eb911e9a (patch)
treed1228ac81ed5ded2a1183a4cbf854a6ebc696dec /spec/spec_helper.rb
parentf4872ac98adf09a0888deba5089f5acdea5ec726 (diff)
parente879bb607009ecf7f7d48e5210409408e5a17f44 (diff)
Merge "Initial msync run for all Puppet OpenStack modules"
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 0171d5d..700be6a 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,5 +1,6 @@
require 'puppetlabs_spec_helper/module_spec_helper'
require 'shared_examples'
+require 'webmock/rspec'
RSpec.configure do |c|
c.alias_it_should_behave_like_to :it_configures, 'configures'
@@ -14,3 +15,5 @@ RSpec.configure do |c|
:uniqueid => '123'
}
end
+
+at_exit { RSpec::Puppet::Coverage.report! }