Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "Test is missing assertions" warnings
Rails Edge produced some warnings: - Test is missing assertions: `test_action_controller_gets_locale_setter` - Test is missing assertions: `test_action_controller_gets_locale_suffix_helper` - Test is missing assertions: `test_action_view_gets_locale_suffix_helper` Those tests never worked because the assertion was missing (they were returning false) and broke at a certain point in time
- Loading branch information