Vote #79694
完了Remove unnecessary tests in test/unit/initializers/patches_test.rb
0%
説明
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.
journals
Committed.
--------------------------------------------------------------------------------
Admin Redmine さんが3年以上前に更新
- カテゴリ を Code cleanup/refactoring_30 にセット
- 対象バージョン を 4.1.0_127 にセット