Skip to content

Commit

Permalink
removed require for minitest/reporters
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Apr 5, 2021
1 parent c178c6f commit f0e0d41
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,3 @@
require_relative 'mock_helpers/view'
require_relative 'mock_helpers/controller'
require "minitest/autorun"

unless ENV['TRAVIS']
require 'minitest/reporters'
MiniTest::Reporters.use!
end

0 comments on commit f0e0d41

Please sign in to comment.