Sha256: a0020ecbf7acdad61156cc30f6fb841db57cd286964aace217bccb75c6c2cc50
Contents?: true
Size: 171 Bytes
Versions: 14
Compression:
Stored size: 171 Bytes
Contents
FactoryGirl.define do factory :tax_rate, :class => Spree::TaxRate do zone { Factory(:zone) } amount 100.00 tax_category { Factory(:tax_category) } end end
Version data entries
14 entries across 14 versions & 1 rubygems