Sha256: d589149ed2c6e7783bf04eb68b6a06eddb5deb27eafc84798395d3246e8e2402

Contents?: true

Size: 200 Bytes

Versions: 21

Compression:

Stored size: 200 Bytes

Contents

FactoryBot.define do
  factory :carrier_type_has_checkout_type do |f|
    f.carrier_type_id{FactoryBot.create(:carrier_type).id}
    f.checkout_type_id{FactoryBot.create(:checkout_type).id}
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
enju_circulation-0.3.11 spec/factories/carrier_type_has_checkout_type.rb
enju_circulation-0.3.10 spec/factories/carrier_type_has_checkout_type.rb
enju_circulation-0.3.9 spec/factories/carrier_type_has_checkout_type.rb
enju_circulation-0.4.0.rc.1 spec/factories/carrier_type_has_checkout_type.rb
enju_circulation-0.3.8 spec/factories/carrier_type_has_checkout_type.rb
enju_circulation-0.3.7 spec/factories/carrier_type_has_checkout_type.rb
enju_circulation-0.4.0.beta.4 spec/factories/carrier_type_has_checkout_type.rb
enju_circulation-0.4.0.beta.3 spec/factories/carrier_type_has_checkout_type.rb
enju_circulation-0.3.6 spec/factories/carrier_type_has_checkout_type.rb
enju_circulation-0.4.0.beta.2 spec/factories/carrier_type_has_checkout_type.rb
enju_circulation-0.4.0.beta.1 spec/factories/carrier_type_has_checkout_type.rb
enju_circulation-0.3.5 spec/factories/carrier_type_has_checkout_type.rb
enju_circulation-0.3.4 spec/factories/carrier_type_has_checkout_type.rb
enju_circulation-0.3.3 spec/factories/carrier_type_has_checkout_type.rb
enju_circulation-0.3.2 spec/factories/carrier_type_has_checkout_type.rb
enju_circulation-0.3.1 spec/factories/carrier_type_has_checkout_type.rb
enju_circulation-0.3.0 spec/factories/carrier_type_has_checkout_type.rb
enju_circulation-0.3.0.rc.1 spec/factories/carrier_type_has_checkout_type.rb
enju_circulation-0.3.0.beta.1 spec/factories/carrier_type_has_checkout_type.rb
enju_circulation-0.2.5 spec/factories/carrier_type_has_checkout_type.rb