Skip to content

Commit

Permalink
changed reporters for progress bars (publiclab#2123)
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored and Souravirus committed Mar 12, 2018
1 parent 425e46d commit a748ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
require 'i18n'

require "minitest/reporters"
MiniTest::Reporters.use! [MiniTest::Reporters::DefaultReporter.new,
MiniTest::Reporters.use! [MiniTest::Reporters::ProgressReporter.new,
MiniTest::Reporters::JUnitReporter.new]

class ActiveSupport::TestCase
Expand Down

0 comments on commit a748ef8

Please sign in to comment.