about summary refs log tree commit diff
path: root/spec/fabricators/user_fabricator.rb
blob: 87d86b428576839c392f241528d9d892ba5d5859 (plain) (blame)
1
2
3
4
5
Fabricator(:user) do
  account
  email    "alice@example.com"
  password "123456789"
end