mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 00:33:36 +02:00
parent
60bf329846
commit
fe8559dbb0
18 changed files with 0 additions and 52 deletions
|
@ -1,10 +1,6 @@
|
|||
require 'rails_helper'
|
||||
|
||||
describe Invoice do
|
||||
it { should belong_to(:seller) }
|
||||
it { should belong_to(:buyer) }
|
||||
it { should have_many(:invoice_items) }
|
||||
|
||||
context 'with invalid attribute' do
|
||||
before :all do
|
||||
@invoice = Invoice.new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue