Remove job test

This commit is contained in:
Jorge Manrubia
2025-09-10 11:47:07 +02:00
parent 4e72566856
commit d345f707a1
@@ -1,11 +0,0 @@
require "test_helper"
class Card::RemoveInaccessibleNotificationsJobTest < ActiveJob::TestCase
test "calls remove_inaccessible_notifications on the card" do
card = cards(:logo)
Card.any_instance.expects(:remove_inaccessible_notifications)
Card::RemoveInaccessibleNotificationsJob.perform_now(card)
end
end