Skip to content

Instantly share code, notes, and snippets.

@QuinnyPig
Created January 30, 2015 18:56
Show Gist options
  • Save QuinnyPig/2f6a7ca6a2bb63894e85 to your computer and use it in GitHub Desktop.
Save QuinnyPig/2f6a7ca6a2bb63894e85 to your computer and use it in GitHub Desktop.
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