luckybooru/spec/support/boxes/user_box.cr

7 lines
177 B
Crystal

class UserBox < Avram::Box
def initialize
email "#{sequence("test-email")}@example.com"
encrypted_password Authentic.generate_encrypted_password("password")
end
end