Skip to content

fix(rubocop): fix all RSpec/ContextWording violations - #2756

Merged
mroderick merged 1 commit into
masterfrom
fix/rspec-context-wording
Jul 29, 2026
Merged

fix(rubocop): fix all RSpec/ContextWording violations#2756
mroderick merged 1 commit into
masterfrom
fix/rspec-context-wording

Conversation

@mroderick

Copy link
Copy Markdown
Collaborator

Summary

Fixes all 144 RSpec/ContextWording violations across 53 spec files by prefixing context descriptions with when/with/without. Removes the excluded cop from .rubocop_todo.yml.

Changes

  • 144 context descriptions prefixed across 53 spec files
  • RSpec/ContextWording section removed from .rubocop_todo.yml (57 lines)
  • 10 grammar cleanups from code review (acronym casing, gerund forms, missing articles)

Verification

  • rubocop --only RSpec/ContextWording: 0 offenses
  • rubocop: 0 offenses, 0 warnings
  • RSpec: 741 examples, 0 failures (files in scope)

Prefix 144 `context` descriptions with `when`/`with`/`without` across
53 spec files. Removes the RSpec/ContextWording exclude section from
.rubocop_todo.yml.

Includes 10 grammar cleanups from code review (acronym casing, gerund
forms, missing articles, redundant clauses).
@mroderick
mroderick marked this pull request as ready for review July 29, 2026 08:50
@mroderick
mroderick merged commit cff9ef1 into master Jul 29, 2026
9 checks passed
@mroderick
mroderick deleted the fix/rspec-context-wording branch July 29, 2026 08:50
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.

1 participant