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