Fix failing test

This commit is contained in:
benji 2016-02-02 18:35:32 +01:00
parent 0ee070d27e
commit 969ae541a1

View file

@ -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
###############