discourse/plugins/chat/spec/fabricators
Joffrey JAFFEUX cae282029e
DEV: prevents flakey spec with dots (#23843)
Faker can generate test containing `...` which will get converted to `…` by `PrettyText`, it means that we can't use the input to check the output. This commit simply normalise the generated text to ensure this part of the input is not modified.
2023-10-09 12:23:48 +02:00
..
chat_fabricator.rb DEV: prevents flakey spec with dots (#23843) 2023-10-09 12:23:48 +02:00
outgoing_chat_message_web_hook_fabricator.rb FEATURE: granular webhooks (#23070) 2023-10-09 03:35:31 +00:00