Skip to content

Commit

Permalink
Configure Minitest/Focus cop (activeadmin#917)
Browse files Browse the repository at this point in the history
Added in v0.35, prevents a warning in the console
  • Loading branch information
tagliala authored Jun 1, 2024
1 parent 64bb516 commit 9a1873c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ Minitest/DuplicateTestRun:
Minitest/EmptyLineBeforeAssertionMethods:
Enabled: true

Minitest/Focus:
Enabled: true

Minitest/GlobalExpectations:
Enabled: true

Expand Down

0 comments on commit 9a1873c

Please sign in to comment.