Skip to content

Commit 36e4237

Browse files
committed
ci: Simplify Rails test log output
1 parent 7448c1d commit 36e4237

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/test_helper.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
require_relative './matchers'
2727

2828
Minitest::Reporters.use!
29-
if ENV["RUN_COVERAGE"] == "travis"
30-
Minitest::Reporters.use! [Minitest::Reporters::SpecReporter.new(color: true)]
31-
end
3229

3330
def sample_file(filename = "sample_pdf.pdf")
3431
File.new("test/fixtures/#{filename}")

0 commit comments

Comments
 (0)