Skip to content

Commit

Permalink
minitest is no longer a stdlib on any of the supported versions of Ru…
Browse files Browse the repository at this point in the history
…bies

CRuby's bundled minitest had been removed in 2.2.0 at
ruby/ruby@7cda822
  • Loading branch information
amatsuda committed Jun 21, 2023
1 parent 7dd27be commit 5bdd132
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion activesupport/lib/active_support/test_case.rb
@@ -1,6 +1,5 @@
# frozen_string_literal: true

gem "minitest" # make sure we get the gem, not stdlib
require "minitest"
require "active_support/testing/tagged_logging"
require "active_support/testing/setup_and_teardown"
Expand Down
2 changes: 0 additions & 2 deletions activesupport/lib/active_support/testing/autorun.rb
@@ -1,7 +1,5 @@
# frozen_string_literal: true

gem "minitest"

require "minitest"

Minitest.autorun

0 comments on commit 5bdd132

Please sign in to comment.