This commit is contained in:
2026-04-26 18:52:31 +09:00
parent c4f5df8b44
commit 6ac044278f
10 changed files with 441 additions and 59 deletions
+2
View File
@@ -3,5 +3,7 @@ FactoryBot.define do
title { "TestPage" }
association :created_user, factory: :user
association :updated_user, factory: :user
body { ' ' }
end
end