Sha256: 8112d084961f479ff6ecbded38a38c4af9b6d3b676011abd14a0476042df59cf

Contents?: true

Size: 104 Bytes

Versions: 15

Compression:

Stored size: 104 Bytes

Contents

Factory.define(:tax_rate) do |f|
  f.amount 0.10
  f.tax_category {|r| r.association(:tax_category)}
end

Version data entries

15 entries across 15 versions & 2 rubygems

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