diff options
author | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2014-11-27 12:20:13 +0100 |
---|---|---|
committer | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2014-11-27 12:20:13 +0100 |
commit | f8cf7b52fba053c3c7f911f317e4dfdc5ae9592b (patch) | |
tree | 224b838cff303d42df6c949241ecbc53b61c7396 /spec | |
parent | 45c96613fa0d69f479fbb19ee53800fb2b89c4ec (diff) | |
download | puppet-dhcp-f8cf7b52fba053c3c7f911f317e4dfdc5ae9592b.tar.gz puppet-dhcp-f8cf7b52fba053c3c7f911f317e4dfdc5ae9592b.tar.bz2 |
Activate puppet_facts by default [skip ci]
Diffstat (limited to 'spec')
-rw-r--r-- | spec/spec_helper.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 0b4bc99..9675ded 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,4 +1,9 @@ require 'puppetlabs_spec_helper/module_spec_helper' +require 'puppet_facts' +include PuppetFacts + +ENV['UNIT_TEST_PLATFORMS'] = 'debian-7-x86_64' + RSpec.configure do |c| c.include PuppetlabsSpec::Files |