puppet-aodh/spec/spec_helper.rb
Alex Schultz 06c9bf5df8 Move rspec-puppet-facts to spec helper
This change updates the module to use the rspec-puppet-facts as defined
in the puppet-openstack_spec_helper.

Change-Id: I2bcbe18556567ea4138e73977e3c291d8fc51cb4
Depends-On: I03303214096ea657078b27aff6bbbd96b119ba30
Depends-On: Ieb49449c92249dc886669d62d3ea6d38669033be
2016-09-28 15:10:01 +00: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! }