discourse/plugins/automation/spec/lib/discourse_automation
Joffrey JAFFEUX 0a1432e1cc
FIX: ensures global notices are destroyed on post created (#28684)
Prior to this fix we could exit early if tags was `[]` as `tags && (tags & post.topic.tags.map(&:name)).empty?` would have returned true. This commit ensures it's not the case anymore and adds a test for it.

Co-Authored-By: Martin Brennan <mjrbrennan@gmail.com>
2024-09-02 21:17:10 +02:00
..
event_handlers_spec.rb FIX: ensures global notices are destroyed on post created (#28684) 2024-09-02 21:17:10 +02:00
stalled_topic_finder_spec.rb