discourse/plugins/automation/spec/lib
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
..
discourse_automation FIX: ensures global notices are destroyed on post created (#28684) 2024-09-02 21:17:10 +02:00
scriptable_spec.rb
triggerable_spec.rb FIX: thread safety for active automation tracking (#27044) 2024-05-16 13:34:24 +10:00