Sha256: 21516ace2db0aca419fe262fccd196d5492d4634fd476a687aa9a48c1f01890e
Contents?: true
Size: 420 Bytes
Versions: 3
Compression:
Stored size: 420 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fat_free_crm-0.18.2 | spec/factories/list_factories.rb |
fat_free_crm-0.18.1 | spec/factories/list_factories.rb |
fat_free_crm-0.18.0 | spec/factories/list_factories.rb |