tests: add more Tag.search tests.
Improve tag model test coverage.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FactoryBot.define do
|
||||
factory(:tag) do
|
||||
name {"#{FFaker::Name.first_name.downcase}#{rand(1000)}"}
|
||||
post_count {0}
|
||||
post_count { 100 }
|
||||
category {Tag.categories.general}
|
||||
|
||||
factory(:artist_tag) do
|
||||
|
||||
Reference in New Issue
Block a user