Skip to content

Commit

Permalink
Merge pull request #108 from rubocop/fix-offenses
Browse files Browse the repository at this point in the history
Fix `InternalAffairs/ExampleDescription`
  • Loading branch information
ydah authored Mar 15, 2024
2 parents 23ca5ed + 0f39ee9 commit b95eee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
end

context 'when `association` has redundant factory option in Array' do
it 'registers no offense' do
it 'registers offense' do
expect_offense(<<~RUBY)
association :user, factory: %i[user]
^^^^^^^^^^^^^^^^^ Remove redundant `factory` option.
Expand Down

0 comments on commit b95eee8

Please sign in to comment.