mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
UX: Don't send emails for discobot notifications.
This commit is contained in:
@ -10,6 +10,8 @@ describe User do
|
||||
|
||||
describe 'when a user is created' do
|
||||
it 'should initiate the bot' do
|
||||
NotificationEmailer.expects(:process_notification).never
|
||||
|
||||
user
|
||||
|
||||
expected_raw = I18n.t('discourse_narrative_bot.new_user_narrative.hello.message',
|
||||
|
Reference in New Issue
Block a user