Remove trace

This commit is contained in:
Jorge Manrubia
2025-04-23 23:19:33 +02:00
parent 04cebc0b7c
commit d2237c2a68
+7
View File
@@ -12,4 +12,11 @@ class MentionsTest < ActiveSupport::TestCase
end
end
end
test "jorge" do
card = Card.find(cards(:logo).id)
card.update(description: "jorge")
card = Card.find(cards(:logo).id)
card.update(title: "jorge")
end
end