Skip to content
Snippets Groups Projects
Unverified Commit 817f4a13 authored by Tim Sharpe's avatar Tim Sharpe Committed by GitHub
Browse files

Merge pull request #14 from bmjen/spec_helper_local

(maint) Adds spec_helper_local support to spec_helper.rb
parents 107d083b 2c229d36
No related branches found
No related tags found
No related merge requests found
require 'puppetlabs_spec_helper/module_spec_helper'
require 'rspec-puppet-facts'
begin
require 'spec_helper_local' if File.file?(File.join(File.dirname(__FILE__), 'spec_helper_local.rb'))
rescue LoadError => loaderror
warn "Could not require spec_helper_local: #{loaderror.message}"
end
include RspecPuppetFacts
default_facts = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment