Alex Schultz b06cfcbd85 Use openstack spec helper facts by default
This change moves the inclusion of the rspec-puppet-facts from each
spec_helper to leverage the configuration provided via
openstack_spec_helper.

Change-Id: I406455eb53e84ae48e41c4a2549730ed6a8f5cdb
2016-09-30 12:53:34 -06: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! }