about summary refs log tree commit diff
path: root/spec/fabricators/list_fabricator.rb
blob: d249c20298f9bc30c8b12106c63b62c4ca861fe1 (plain) (blame)
1
2
3
4
Fabricator(:list) do
  account nil
  title   "MyString"
end