mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
make rubocop happy
This commit is contained in:
parent
709f201bd4
commit
ff12dee922
1 changed files with 3 additions and 3 deletions
|
@ -622,9 +622,9 @@ describe Group do
|
|||
|
||||
it 'updates group user count' do
|
||||
expect {
|
||||
group.bulk_add([user.id, admin.id])
|
||||
group.reload
|
||||
}.to change { group.user_count }.by(2)
|
||||
group.bulk_add([user.id, admin.id])
|
||||
group.reload
|
||||
}.to change { group.user_count }.by(2)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue