Sha256: f65c619448c0fa65be31ef3000cf4afc16b2c3ea217e9663c35fc86531d9a865
Contents?: true
Size: 134 Bytes
Versions: 2
Compression:
Stored size: 134 Bytes
Contents
require 'spec_helper' describe SupplierInvoice do it { should belong_to(:supplier) } it { should have_many(:invoice_items) } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_suppliers-1.0.4 | spec/models/supplier_invoice_spec.rb |
spree_suppliers-1.0.3 | spec/models/supplier_invoice_spec.rb |