fixed omniauth email spec

This commit is contained in:
Dmitriy Zaporozhets
2013-03-05 16:50:37 +02:00
parent da6b53a80e
commit 2d2a235c06
+1 -1
View File
@@ -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