Fix the build take 2.
This commit is contained in:
parent
31242335a6
commit
6c1c5fe2d6
|
@ -1795,7 +1795,7 @@ describe Topic do
|
|||
let(:randolph) { 'randolph@duke.ooo' }
|
||||
|
||||
it "should attach group to the invite" do
|
||||
expect(group_private_topic.invite(group_manager, randolph)).to eq(true)
|
||||
group_private_topic.invite(group_manager, randolph)
|
||||
expect(Invite.last.groups).to eq([group])
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue