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