Sha256: 07029db11a754d16b4d9a71d269577b7fe9b00c5c1a1299955688418871300bb

Contents?: true

Size: 178 Bytes

Versions: 14

Compression:

Stored size: 178 Bytes

Contents

FactoryGirl.define do
  factory :product_option_type, :class => Spree::ProductOptionType do
    product { Factory(:product) }
    option_type { Factory(:option_type) }
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
spree_core-1.0.7 lib/spree/core/testing_support/factories/product_option_type_factory.rb
spree_core-1.0.6 lib/spree/core/testing_support/factories/product_option_type_factory.rb
spree_core-1.1.0 lib/spree/core/testing_support/factories/product_option_type_factory.rb
spree_core-1.0.4 lib/spree/core/testing_support/factories/product_option_type_factory.rb
spree_core-1.1.0.rc2 lib/spree/core/testing_support/factories/product_option_type_factory.rb
spree_core-1.1.0.rc1 lib/spree/core/testing_support/factories/product_option_type_factory.rb
spree_core-1.0.3 lib/spree/core/testing_support/factories/product_option_type_factory.rb
spree_core-1.0.2 lib/spree/core/testing_support/factories/product_option_type_factory.rb
spree_core-1.0.1 lib/spree/core/testing_support/factories/product_option_type_factory.rb
spree_core-1.0.0 lib/spree/core/testing_support/factories/product_option_type_factory.rb
spree_core-1.0.0.rc4 lib/spree/core/testing_support/factories/product_option_type_factory.rb
spree_core-1.0.0.rc3 lib/spree/core/testing_support/factories/product_option_type_factory.rb
spree_core-1.0.0.rc2 lib/spree/core/testing_support/factories/product_option_type_factory.rb
spree_core-1.0.0.rc1 lib/spree/core/testing_support/factories/product_option_type_factory.rb