Tag exclusively by title

This commit is contained in:
David Heinemeier Hansson
2025-04-06 13:19:22 +02:00
parent ee22e69e6e
commit cdd78b41ee
3 changed files with 18 additions and 14 deletions
+2 -2
View File
@@ -45,8 +45,8 @@ class BubbleTest < ActiveSupport::TestCase
end
test "tagged states" do
assert bubbles(:logo).tagged_with?(tags(:web))
assert_not bubbles(:logo).tagged_with?(tags(:mobile))
assert bubbles(:logo).tagged_with?(tags(:web).title)
assert_not bubbles(:logo).tagged_with?(tags(:mobile).title)
end
test "tag toggling" do