aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMickaël Canévet <mickael.canevet@camptocamp.com>2014-12-13 09:05:13 +0100
committerMickaël Canévet <mickael.canevet@camptocamp.com>2014-12-13 09:05:13 +0100
commitcd374e68cb49cfb981c45145d3e184017395d8c4 (patch)
tree4052921d56e2498f2d22ed7220069902657052d6 /spec
parent7bfc82f55ff9c564daa2db9073b42c7939597663 (diff)
downloadpuppet-dhcp-cd374e68cb49cfb981c45145d3e184017395d8c4.tar.gz
puppet-dhcp-cd374e68cb49cfb981c45145d3e184017395d8c4.tar.bz2
Update with modulesync
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb6
1 files changed, 2 insertions, 4 deletions
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|