From f0095397fd8a61367d39ae76bf63fb1c48885bbc Mon Sep 17 00:00:00 2001 From: Adam Jahn Date: Fri, 8 Jul 2016 15:05:48 -0400 Subject: implement helpers and reduce test duplication --- spec/spec_helper.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/spec_helper.rb') diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index c864359..51ef6aa 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,6 +1,8 @@ require 'puppetlabs_spec_helper/module_spec_helper' require 'rspec-puppet-facts' +Dir[File.expand_path("../support/**/*.rb", __FILE__)].each { |f| require f } + include RspecPuppetFacts RSpec.configure do |c| -- cgit v1.2.3