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
This commit is contained in:
Alex Schultz 2016-09-30 12:52:34 -06:00
parent 9c0b9f319d
commit b06cfcbd85
1 changed files with 1 additions and 4 deletions

View File

@ -1,9 +1,6 @@
require 'puppetlabs_spec_helper/module_spec_helper'
require 'shared_examples'
require 'puppet-openstack_spec_helper/defaults'
require 'rspec-puppet-facts'
include RspecPuppetFacts
require 'puppet-openstack_spec_helper/facts'
RSpec.configure do |c|
c.alias_it_should_behave_like_to :it_configures, 'configures'