Sha256: 9d97a036c3b694aeea00f8d057923ff50d22c3014d041362cd75be12a54671e2
Contents?: true
Size: 321 Bytes
Versions: 39
Compression:
Stored size: 321 Bytes
Contents
require 'spree/testing_support/factories/stock_location_factory' FactoryGirl.define do # must use build() factory :stock_packer, class: Spree::Stock::Packer do transient do stock_location { build(:stock_location) } contents [] end initialize_with { new(stock_location, contents) } end end
Version data entries
39 entries across 39 versions & 1 rubygems