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

Fabricator(:list) do
  account
  title 'MyString'
end