fix the build
This commit is contained in:
parent
67357b84b9
commit
d074a39d39
|
@ -318,7 +318,7 @@ describe Invite do
|
||||||
|
|
||||||
it 'will not redeem twice' do
|
it 'will not redeem twice' do
|
||||||
expect(invite.redeem).to be_present
|
expect(invite.redeem).to be_present
|
||||||
expect(invite.redeem.send_welcome_message).to eq(false)
|
expect(invite.redeem.email).to eq(user.email)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue