Skip to content

Instantly share code, notes, and snippets.

@wlangstroth
Created February 8, 2013 04:01
Show Gist options
  • Save wlangstroth/4736515 to your computer and use it in GitHub Desktop.
Save wlangstroth/4736515 to your computer and use it in GitHub Desktop.
MiniTest helper using mixed formats
# test/minitest_helper.rb
require "turn/autorun"
require "minitest/spec"
require "minitest/autorun"
Turn.config do |c|
c.format = :pretty
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment