Actions
Patch #30163
closedRemove unnecessary tests in test/unit/initializers/patches_test.rb
Description
There are tests for ActiveSupport::HashWithIndifferentAccess in test/unit/initializers/patches_test.rb. Now we can remove those tests safely.
The tests were added in r13115 to test a patch that was added as a workaround for regression of Ruby 2.1. However, the patch was removed in r13892 so the tests lost its meaning. The tests should have been removed along with the patch but it is still there.
This patch deletes the tests which became unnecessary since r13892.
Files
Updated by Go MAEDA about 6 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed.
Actions