Actions
Bug #11912
closedRemove deprecated assert_present assert_blank
Description
Rails 4.1 deprecates assert_present and assert_blank as per http://guides.rubyonrails.org/4_1_release_notes.html . We don't use these extensively, so we can afford to remove them and use the recommended assert object.present? and assert object.blank?
Updated by Daniel Lobato Garcia about 9 years ago
- Related to Tracker #3157: Rails 4.1 upgrade tasks added
Updated by The Foreman Bot about 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2751 added
- Pull request deleted (
)
Updated by Dominic Cleal about 9 years ago
- Category set to Tests
- Assignee set to Daniel Lobato Garcia
- Translation missing: en.field_release set to 63
Updated by Daniel Lobato Garcia about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 720c2d7f3590d06e2d30ad2f69d76f55632eadc8.
Actions