Skip to content

Commit 2162667

Browse files
committed
Remove useless code in test/test_helper.rb
This PR removes useless code in test/test_helper.rb.
1 parent 930173a commit 2162667

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)