Commit 2d2a235c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

fixed omniauth email spec

parent da6b53a8
...@@ -16,7 +16,7 @@ describe UserObserver do ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment