Actions
Refactor #19131
closedUnpin minitest to permit later 5.x
Description
minitest was pinned to 5.1.x during #7230, the upgrade to Ruby on Rails 4.1. The exact reason is unclear (https://github.com/theforeman/foreman/pull/2870#discussion-diff-43727271).
It can be upgraded, but may require some changes to incorrect tests and fixes for deprecation warnings issued for Minitest 6 (e.g. assert_equal nil, [..]
should be assert_nil
).
Updated by The Foreman Bot over 7 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4432 added
Updated by Dominic Cleal over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset edd5310fc97828d306a06ecca861543def61cac8.
Updated by Ivan Necas over 7 years ago
- Related to Bug #19360: Tests are failling with newest mintest added
Updated by Marek Hulán about 7 years ago
- Translation missing: en.field_release set to 240
Actions