Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Test is missing assertions" warnings #309

Merged
merged 1 commit into from
May 27, 2024
Merged

Conversation

tagliala
Copy link
Collaborator

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

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
@tagliala tagliala merged commit d5eddc2 into master May 27, 2024
22 of 27 checks passed
@tagliala tagliala deleted the chore/fix-tests branch May 27, 2024 11:43
@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling 66d1b20 on chore/fix-tests
into 9d4bbfe on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants