こんにちは
これには明示的なテストがあるので驚いています。
it "fires the trigger when post has a link" do
list =
capture_contexts do
PostCreator.create(
user,
raw: "Check out this [link](https://example.com)",
topic_id: topic.id,
)
end
expect(list.length).to eq(1)
expect(list[0]["kind"]).to eq("post_created_edited")
end
試している自動化全体のスクリーンショットと、トリガーされなかった投稿の生のテキストを教えていただけますか?