# frozen_string_literal: true

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