fixed omniauth email spec
This commit is contained in:
parent
da6b53a80e
commit
2d2a235c06
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ describe UserObserver do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'no email for external' do
|
it 'no email for external' do
|
||||||
Notify.should_receive(:new_user_email)
|
Notify.should_not_receive(:new_user_email)
|
||||||
create(:user, extern_uid: '32442eEfsafada')
|
create(:user, extern_uid: '32442eEfsafada')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue