puppet-barbican/spec/spec_helper.rb
Tobias Urdin 0bcd6c9180 modulesync: sync and add nodepool-bionic for beaker
Change-Id: I3483661de9c1f97f2b9e87aa1add1751837f6146
2018-07-18 16:17:07 +02:00

11 lines
316 B
Ruby

require 'puppetlabs_spec_helper/module_spec_helper'
require 'shared_examples'
require 'puppet-openstack_spec_helper/facts'
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! }