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?
Actions