このコミットが含まれているのは:
2026-04-26 18:52:31 +09:00
コミット 6ac044278f
10個のファイルの変更441行の追加59行の削除
+2
ファイルの表示
@@ -3,5 +3,7 @@ FactoryBot.define do
title { "TestPage" }
association :created_user, factory: :user
association :updated_user, factory: :user
body { ' ' }
end
end