Skip to content

Commit 3325862

Browse files
authored
Merge pull request #106 from koic/remove_useless_code_in_test_helper
Remove useless code in test/test_helper.rb
2 parents 930173a + 2162667 commit 3325862

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/test_helper.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# frozen_string_literal: true
22

3-
ENV["RAILS_ENV"] ||= "test"
4-
5-
require "bundler/setup"
63
require "mcp"
74

85
require "minitest/autorun"
@@ -18,8 +15,3 @@
1815
require_relative "instrumentation_test_helper"
1916

2017
Minitest::Reporters.use!(Minitest::Reporters::ProgressReporter.new)
21-
22-
module ActiveSupport
23-
class TestCase
24-
end
25-
end

0 commit comments

Comments
 (0)