Sha256: 493349c7228cbd4a5a287c130071a880035f5a9fd37bbc9e66996e3653151d6c

Contents?: true

Size: 152 Bytes

Versions: 15

Compression:

Stored size: 152 Bytes

Contents

Factory.define :coupon do |f|
  f.code "FOO"
  f.combine true
  f.calculator {|r| Factory(:calculator, :calculable => r.instance_eval{@instance}) }
end

Version data entries

15 entries across 15 versions & 2 rubygems

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