mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
fixed omniauth email spec
This commit is contained in:
@@ -16,7 +16,7 @@ describe UserObserver do
|
||||
end
|
||||
|
||||
it 'no email for external' do
|
||||
Notify.should_receive(:new_user_email)
|
||||
Notify.should_not_receive(:new_user_email)
|
||||
create(:user, extern_uid: '32442eEfsafada')
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user