Change Minitest output format
- The `DefaultReporter` seems to have cleaner output than what we had before. - `color: true` ensures things are colorized. It's pretty nice.
This commit is contained in:
+3
-1
@@ -12,7 +12,9 @@ require 'tmpdir'
|
||||
require 'i18n'
|
||||
I18n.enforce_available_locales = false
|
||||
|
||||
MiniTest::Reporters.use!
|
||||
Minitest::Reporters.use! [
|
||||
Minitest::Reporters::DefaultReporter.new({color: true})
|
||||
]
|
||||
|
||||
dir = File.dirname(File.expand_path(__FILE__))
|
||||
$LOAD_PATH.unshift(File.join(dir, '..', 'lib'))
|
||||
|
||||
Reference in New Issue
Block a user