mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #23368 from y-yagi/remove_backward_compatibility_code_for_minitest_4
remove backward compatibility code for Minitest 4
This commit is contained in:
commit
b7a6dc91bc
1 changed files with 0 additions and 3 deletions
|
@ -19,9 +19,6 @@ require 'active_support'
|
|||
require 'active_support/core_ext/object/blank'
|
||||
require 'minitest/autorun'
|
||||
|
||||
# Ensure backward compatibility with Minitest 4
|
||||
Minitest::Test = MiniTest::Unit::TestCase unless defined?(Minitest::Test)
|
||||
|
||||
class BugTest < Minitest::Test
|
||||
def test_stuff
|
||||
assert "zomg".present?
|
||||
|
|
Loading…
Reference in a new issue