From 06c9bf5df890e8ef942455f699a23142a3761e67 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Thu, 22 Sep 2016 17:27:43 -0600 Subject: [PATCH] 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 --- spec/spec_helper.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 424ad754..cad00b19 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,9 +1,6 @@ require 'puppetlabs_spec_helper/module_spec_helper' require 'shared_examples' - -require 'rspec-puppet-facts' -require 'puppet-openstack_spec_helper/defaults' -include RspecPuppetFacts +require 'puppet-openstack_spec_helper/facts' RSpec.configure do |c| c.alias_it_should_behave_like_to :it_configures, 'configures'