-
-
Save QuinnyPig/2f6a7ca6a2bb63894e85 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RSpec.configure do |c| | |
# Readable test descriptions | |
c.formatter = :documentation | |
c.before :suite do | |
Dir.entries(modules_root).each do |m0dule| | |
puppet_module_install(:source => "#{modules_root}/#{m0dule}", :module_name => m0dule) | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment