This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
|
Fabricator(:login_activity) do
|
|
user
|
|
authentication_method 'password'
|
|
success true
|
|
failure_reason nil
|
|
ip { Faker::Internet.ip_v4_address }
|
|
user_agent { Faker::Internet.user_agent }
|
|
end
|