discourse/plugins/discourse-narrative-bot/spec
Guo Xiang Tan 636b6c3a5a FIX: Wrong discobot tutorial started for certain locales.
If a locale has triggers that start with the same word, our regexp will
always end up matching the first trigger. For example,

`start tutorial` and `start tutorial advanced`

To support the change, we have to make the match on triggers more
restrictive. `@discobot quote here` will no longer work like `@discobot
quote`.
2019-08-08 10:53:58 +08:00
..
discourse_narrative_bot FIX: Wrong discobot tutorial started for certain locales. 2019-08-08 10:53:58 +08:00
jobs DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
lib DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
requests DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
user_spec.rb DEV: amend test for anonymous handling to use real data 2019-05-29 15:05:37 +10:00