Skip to content

Commit 5bdd132

Browse files
committed
minitest is no longer a stdlib on any of the supported versions of Rubies
CRuby's bundled minitest had been removed in 2.2.0 at ruby/ruby@7cda822
1 parent 7dd27be commit 5bdd132

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

activesupport/lib/active_support/test_case.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# frozen_string_literal: true
22

3-
gem "minitest" # make sure we get the gem, not stdlib
43
require "minitest"
54
require "active_support/testing/tagged_logging"
65
require "active_support/testing/setup_and_teardown"
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# frozen_string_literal: true
22

3-
gem "minitest"
4-
53
require "minitest"
64

75
Minitest.autorun

0 commit comments

Comments
 (0)