about summary refs log tree commit diff
path: root/spec/fabricators/account_alias_fabricator.rb
blob: 4f434c078af32385bf8c433210ae15b3045681d9 (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true

Fabricator(:account_alias) do
  account
  acct 'test@example.com'
  uri 'https://example.com/users/test'
end