summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
blob: a7f5b4ecb3fc48da2b82573ebead00f446906ec3 (plain)
1
2
3
4
5
6
7
require 'puppetlabs_spec_helper/module_spec_helper'

# put local configuration and setup into spec_helper_local
begin
  require 'spec_helper_local'
rescue LoadError
end