remove the right test

This commit is contained in:
benji 2016-02-02 18:49:22 +01:00
parent e07cf38986
commit 1c52891210

View file

@ -34,12 +34,5 @@ describe Barcode do
expect(barcode).to_not be_valid
end
end
describe 'product' do
it 'should be present' do
@barcode.product = nil
expect(@barcode).to_not be_valid
end
end
end
end