Actions
Refactor #14887
closedRemove test-unit dependency
Description
The dependency on the test-unit gem is now obsolete. It was added for compatibility with Ruby 2.2+ in #11016, where it was missing in Ruby core.
Rails 4 has removed the dependency on test-unit and switched entirely to minitest (https://github.com/rails/rails/commit/aa7857b6), so the gem can be removed.
Actions