27458aff98
This removes much of the assorted cruft that accumulated in the unmanaged files and moves the remaining necessary parts to spec_helper_local.
8 lines
221 B
Ruby
Executable file
8 lines
221 B
Ruby
Executable file
#This file is generated by ModuleSync, do not edit.
|
|
require 'puppetlabs_spec_helper/module_spec_helper'
|
|
|
|
# put local configuration and setup into spec_helper_local
|
|
begin
|
|
require 'spec_helper_local'
|
|
rescue LoadError
|
|
end
|