Sha256: b30d50d2faa8e37148353cfd66c4f8aaca4bf91e1eb1caaf8a310f649bc4dc8f

Contents?: true

Size: 97 Bytes

Versions: 30

Compression:

Stored size: 97 Bytes

Contents

FactoryGirl.define do
  factory :line_item do |f|
    order
    product
    quantity 1
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
nimbleshop_core-0.0.23 test/factories/line_item_factory.rb
nimbleshop_core-0.0.21 test/factories/line_item_factory.rb
nimbleshop_core-0.0.20 test/factories/line_item_factory.rb
nimbleshop_core-0.0.19 test/factories/line_item_factory.rb
nimbleshop_core-0.0.17 test/factories/line_item_factory.rb
nimbleshop_core-0.0.16 test/factories/line_item_factory.rb
nimbleshop_core-0.0.15 test/factories/line_item_factory.rb
nimbleshop_core-0.0.14 test/factories/line_item_factory.rb
nimbleshop_core-0.0.14.rc2 test/factories/line_item_factory.rb
nimbleshop_core-0.0.14.rc1 test/factories/line_item_factory.rb
nimbleshop_core-0.0.13 test/factories/line_item_factory.rb
nimbleshop_core-0.0.12 test/factories/line_item_factory.rb
nimbleshop_core-0.0.11 test/factories/line_item_factory.rb
nimbleshop_core-0.0.10 test/factories/line_item_factory.rb
nimbleshop_core-0.0.9 test/factories/line_item_factory.rb
nimbleshop_core-0.0.8 test/factories/line_item_factory.rb
nimbleshop_core-0.0.7 test/factories/line_item_factory.rb
nimbleshop_core-0.0.5 test/factories/line_item_factory.rb
nimbleshop_core-0.0.4.beta1 test/factories/line_item_factory.rb
nimbleshop_core-0.0.4 test/factories/line_item_factory.rb