add colour output to tests

This commit is contained in:
Torsten Ruger
2017-01-04 21:31:03 +02:00
parent 0383532cd4
commit 88eae0e6f0
3 changed files with 6 additions and 3 deletions

View File

@ -12,6 +12,7 @@ if ENV['CODECLIMATE_REPO_TOKEN']
SimpleCov.start { add_filter "/test/" }
end
require "minitest/color"
require "minitest/autorun"
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))