#215 テスト・ケース追加

This commit is contained in:
2026-01-14 01:22:58 +09:00
parent ae9cba5fbe
commit 9e51fa7d34
5 changed files with 19 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
FactoryBot.define do
factory :wiki_page do
title { "TestPage" }
association :created_user, factory: :user
association :updated_user, factory: :user
end
end