Sha256: af2527dbd3bd2c17344a91e89489af03e53ec242836b8201d08f9f51295b1149

Contents?: true

Size: 189 Bytes

Versions: 15

Compression:

Stored size: 189 Bytes

Contents

Factory.define :option_value do |f|
  f.name "Size"
  f.presentation "S"
  f.association :option_type
end

Factory.define :option_type do |f|
  f.name "foo-size"
  f.presentation "Size"
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
spree-0.11.4 test/factories/options_factory.rb
spree-0.11.3 test/factories/options_factory.rb
spree-0.11.2 test/factories/options_factory.rb
spree-0.11.1 test/factories/options_factory.rb
spree-0.11.0 test/factories/options_factory.rb
spree-0.10.2 test/factories/options_factory.rb
spree-0.10.1 test/factories/options_factory.rb
spree-0.10.0 test/factories/options_factory.rb
spree-0.10.0.beta test/factories/options_factory.rb
spree-enriquez-0.9.4 test/factories/options_factory.rb
spree-0.9.4 test/factories/options_factory.rb
spree-0.9.3 test/factories/options_factory.rb
spree-0.9.2 test/factories/options_factory.rb
spree-0.9.1 test/factories/options_factory.rb
spree-0.9.0 test/factories/options_factory.rb