mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
remove backward compatibility code for Minitest 4
The master branch is required Ruby 2.2.2+, for the Ruby 2.2 is bundled Minitest 5.4.3, I think backward compatibility code for Minitest 4 is unnecessary.
This commit is contained in:
parent
6162c49e40
commit
92cca41bbe
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