Skip to content

Commit b3c0b66

Browse files
committed
[test] remove minitest-reporters
gem not compatible with rubymine test runner
1 parent efeef28 commit b3c0b66

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ gemspec
77

88
# Specify development dependencies below
99
gem "minitest", "~> 5.1", require: false
10-
gem "minitest-reporters"
1110
gem "mocha"
1211

1312
gem "rubocop-minitest", require: false

test/test_helper.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
require "mcp"
77

88
require "minitest/autorun"
9-
require "minitest/reporters"
109
require "minitest/mock"
1110
require "mocha/minitest"
1211

@@ -17,8 +16,6 @@
1716

1817
require_relative "instrumentation_test_helper"
1918

20-
Minitest::Reporters.use!(Minitest::Reporters::ProgressReporter.new)
21-
2219
module ActiveSupport
2320
class TestCase
2421
end

0 commit comments

Comments
 (0)