diff --git a/test/test_helper.rb b/test/test_helper.rb --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -2,6 +2,10 @@ require File.expand_path('../../config/environment', __FILE__) require 'rails/test_help' +#reporter +require "minitest/reporters" +Minitest::Reporters.use! + class ActiveSupport::TestCase # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order. #