Sha256: 9b24c93668309e7a9e3a5edff332392358dc3d5bc1269dfbad21ddbaa19b0183

Contents?: true

Size: 449 Bytes

Versions: 7

Compression:

Stored size: 449 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
#------------------------------------------------------------------------------
# Read about factories at https://github.com/thoughtbot/factory_girl

FactoryBot.define do
  factory :subscription do
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fat_free_crm-0.20.1 spec/factories/subscription_factories.rb
fat_free_crm-0.20.0 spec/factories/subscription_factories.rb
fat_free_crm-0.19.2 spec/factories/subscription_factories.rb
fat_free_crm-0.19.0 spec/factories/subscription_factories.rb
fat_free_crm-0.18.2 spec/factories/subscription_factories.rb
fat_free_crm-0.18.1 spec/factories/subscription_factories.rb
fat_free_crm-0.18.0 spec/factories/subscription_factories.rb