mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
Fix the build take 2.
This commit is contained in:
parent
31242335a6
commit
6c1c5fe2d6
1 changed files with 1 additions and 1 deletions
|
@ -1795,7 +1795,7 @@ describe Topic do
|
||||||
let(:randolph) { 'randolph@duke.ooo' }
|
let(:randolph) { 'randolph@duke.ooo' }
|
||||||
|
|
||||||
it "should attach group to the invite" do
|
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])
|
expect(Invite.last.groups).to eq([group])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue