Sha256: 60a3c2fa4e487a12af696769bb7a56175f14f952beb31157d59ad81b7075b461

Contents?: true

Size: 428 Bytes

Versions: 4

Compression:

Stored size: 428 Bytes

Contents

# frozen_string_literal: true

# Copyright (c) 2008-2013 Michael Dvorkin and contributors.
#
# Fat Free CRM is freely distributable under the terms of MIT license.
# See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
FactoryBot.define do
  factory :list do
    name { "Foo List" }
    url { "/controller/action" }
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fat_free_crm-0.20.1 spec/factories/list_factories.rb
fat_free_crm-0.20.0 spec/factories/list_factories.rb
fat_free_crm-0.19.2 spec/factories/list_factories.rb
fat_free_crm-0.19.0 spec/factories/list_factories.rb