Skip to content

Commit 6a1948c

Browse files
committed
[test] remove minitest-reporters
gem not compatible with rubymine test runner
1 parent f63f360 commit 6a1948c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
require "mcp"
44

55
require "minitest/autorun"
6-
require "minitest/reporters"
76
require "minitest/mock"
87
require "mocha/minitest"
98

@@ -14,4 +13,7 @@
1413

1514
require_relative "instrumentation_test_helper"
1615

17-
Minitest::Reporters.use!(Minitest::Reporters::ProgressReporter.new)
16+
module ActiveSupport
17+
class TestCase
18+
end
19+
end

0 commit comments

Comments
 (0)