Skip to content

Commit c143ce7

Browse files
committed
Get rid of EnvHelpers at Minitest::RailsPluginTest
In rails#50563 the test case which requires EnvHelpers has moved to a separate file. Consequently this file no longer needs to include nor require EnvHelpers.
1 parent bc21ccf commit c143ce7

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)