Fix failing test
This commit is contained in:
parent
0ee070d27e
commit
969ae541a1
1 changed files with 0 additions and 7 deletions
|
@ -55,13 +55,6 @@ describe Order do
|
|||
expect(@order).to_not be_valid
|
||||
end
|
||||
end
|
||||
|
||||
describe 'products' do
|
||||
it 'should be present' do
|
||||
@order.products.clear
|
||||
expect(@order).to_not be_valid
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
###############
|
||||
|
|
Loading…
Reference in a new issue