aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2016-01-31 15:23:02 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2016-01-31 15:23:02 -0300
commitb7a6dc91bcba1382f05f0b510570be98a508f63c (patch)
tree201c0b636a35e806259cbbc5da218099b8d37ec3
parent4c38319cc25bb248947a089072442e843761e46d (diff)
parent92cca41bbe6d1ae4e1c1e63eb08871a57fa5e36e (diff)
downloadrails-b7a6dc91bcba1382f05f0b510570be98a508f63c.tar.gz
rails-b7a6dc91bcba1382f05f0b510570be98a508f63c.tar.bz2
rails-b7a6dc91bcba1382f05f0b510570be98a508f63c.zip
Merge pull request #23368 from y-yagi/remove_backward_compatibility_code_for_minitest_4
remove backward compatibility code for Minitest 4
-rw-r--r--guides/bug_report_templates/generic_master.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/guides/bug_report_templates/generic_master.rb b/guides/bug_report_templates/generic_master.rb
index 0a8048cc48..fcc90fa503 100644
--- a/guides/bug_report_templates/generic_master.rb
+++ b/guides/bug_report_templates/generic_master.rb
@@ -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?