about summary refs log tree commit diff
path: root/spec/fabricators/identity_fabricator.rb
blob: fcfb15518f02c953cf6cc39115702b3760d5b9b1 (plain) (blame)
1
2
3
4
5
Fabricator(:identity) do
  user     nil
  provider 'MyString'
  uid      'MyString'
end