Skip to content

Instantly share code, notes, and snippets.

@elmer
Forked from fatmcgav/spec_helper-additions
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elmer/b77856e05b93aec2ac4b to your computer and use it in GitHub Desktop.
Save elmer/b77856e05b93aec2ac4b to your computer and use it in GitHub Desktop.
# Add fixture lib dirs to LOAD_PATH. Work-around for PUP-3336
#
if Puppet.version < "4.0.0"
Dir["#{fixture_path}/modules/*/lib"].entries.each do |lib_dir|
$LOAD_PATH << lib_dir
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment