Sha256: 7ca9900cb226e91833c991c5f746d9c221ff14c576f9ddb03c26a07bf321536a

Contents?: true

Size: 411 Bytes

Versions: 11

Compression:

Stored size: 411 Bytes

Contents

# 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
#------------------------------------------------------------------------------
FactoryGirl.define do
  factory :list do
    name           "Foo List"
    url            "/controller/action"
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fat_free_crm-0.13.6 spec/factories/list_factories.rb
fat_free_crm-0.13.5 spec/factories/list_factories.rb
fat_free_crm-0.13.4 spec/factories/list_factories.rb
fat_free_crm-0.13.3 spec/factories/list_factories.rb
fat_free_crm-0.13.2 spec/factories/list_factories.rb
fat_free_crm-0.12.3 spec/factories/list_factories.rb
fat_free_crm-0.12.2 spec/factories/list_factories.rb
fat_free_crm-0.13.1 spec/factories/list_factories.rb
fat_free_crm-0.12.1 spec/factories/list_factories.rb
fat_free_crm-0.13.0 spec/factories/list_factories.rb
fat_free_crm-0.12.0 spec/factories/list_factories.rb