diff --git a/test/unit/post_test.rb b/test/unit/post_test.rb index 2af27e446..8f7726bd0 100644 --- a/test/unit/post_test.rb +++ b/test/unit/post_test.rb @@ -764,6 +764,8 @@ class PostTest < ActiveSupport::TestCase end should "apply implications after the character tag is added" do + FactoryBot.create(:tag, name: "jimmy", category: Tag.categories.character) + FactoryBot.create(:tag, name: "jim", category: Tag.categories.character) FactoryBot.create(:tag_implication, antecedent_name: "jimmy", consequent_name: "jim") @post.add_tag("jimmy_(cosplay)") @post.save