From b06cfcbd85701a9f0799e81ff66375729e8a81b8 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Fri, 30 Sep 2016 12:52:34 -0600 Subject: [PATCH] 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 --- moduleroot/spec/spec_helper.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/moduleroot/spec/spec_helper.rb b/moduleroot/spec/spec_helper.rb index 9d725cf..cad00b1 100644 --- a/moduleroot/spec/spec_helper.rb +++ b/moduleroot/spec/spec_helper.rb @@ -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'