makes all users old enough to vote by default when created for the specs
This commit is contained in:
@@ -6,6 +6,7 @@ FactoryBot.define do
|
||||
password "judgmentday"
|
||||
terms_of_service "1"
|
||||
confirmed_at { Time.current }
|
||||
date_of_birth { 20.years.ago }
|
||||
public_activity true
|
||||
|
||||
trait :incomplete_verification do
|
||||
|
||||
Reference in New Issue
Block a user