This commit is contained in:
2026-01-22 23:12:26 +09:00
parent c4e103aa9a
commit 7315cdf87f
7 changed files with 322 additions and 4 deletions
+4
View File
@@ -7,5 +7,9 @@ FactoryBot.define do
trait :member do
role { "member" }
end
trait :admin do
role { 'admin' }
end
end
end