Skip to content

Commit 4a4d70b

Browse files
authored
Merge pull request rails#50571 from sato11/remove-env-helpers-from-rails-plugin-test
Get rid of EnvHelpers at Minitest::RailsPluginTest
2 parents fbe52ea + c143ce7 commit 4a4d70b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

railties/test/minitest/rails_plugin_test.rb

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

33
require "abstract_unit"
4-
require "env_helpers"
54

65
class Minitest::RailsPluginTest < ActiveSupport::TestCase
7-
include EnvHelpers
8-
96
setup do
107
@output = StringIO.new("".encode("UTF-8"))
118
end

0 commit comments

Comments
 (0)