discourse/plugins/chat/spec/components
Andrei Prigorshnev 7df40fc905
DEV: do not fabricate a notification when fabricating a chat_mention (#20636)
This is just a little clean-up in tests. In the past, when creating a `chat_mention` 
record, we always created a related notification. Starting from fa543cda 
notifications and chat_mentions are fully decoupled from each other. So if we're 
testing just chat mentions there is no need to fabricate notifications for them.
2023-03-10 18:32:33 +04:00
..
chat_mailer_spec.rb DEV: do not fabricate a notification when fabricating a chat_mention (#20636) 2023-03-10 18:32:33 +04:00
chat_message_creator_spec.rb DEV: Always create chat mention records (#20470) 2023-03-07 19:07:11 +04:00
chat_message_rate_limiter_spec.rb DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
chat_message_updater_spec.rb DEV: Always create chat mention records (#20470) 2023-03-07 19:07:11 +04:00
chat_seeder_spec.rb