From d211e0e1ac1833d929a2226bea1f1265c9cf980f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Can=C3=A9vet?= Date: Sat, 13 Dec 2014 09:07:30 +0100 Subject: Update with modulesync --- spec/spec_helper.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'spec') diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index cf5db0b..41dd7da 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,8 +1,6 @@ require 'puppetlabs_spec_helper/module_spec_helper' -require 'puppet_facts' -include PuppetFacts - -ENV['UNIT_TEST_PLATFORMS'] = 'debian-7-x86_64' +require 'rspec-puppet-facts' +include RspecPuppetFacts RSpec.configure do |c| -- cgit v1.2.3