Linting error
This commit is contained in:
parent
b58867b6e9
commit
118f98b6ed
|
@ -8,7 +8,6 @@ describe Jobs::NotifyReviewable do
|
||||||
let(:user) { group_user.user }
|
let(:user) { group_user.user }
|
||||||
let(:group) { group_user.group }
|
let(:group) { group_user.group }
|
||||||
|
|
||||||
|
|
||||||
it "will notify users of new reviewable content" do
|
it "will notify users of new reviewable content" do
|
||||||
GroupUser.create!(group_id: group.id, user_id: moderator.id)
|
GroupUser.create!(group_id: group.id, user_id: moderator.id)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue