This commit is contained in:
benji 2015-10-28 21:55:59 +01:00
parent 539b65b75f
commit 895c523bb9

View file

@ -1,3 +1,14 @@
# == Schema Information
#
# Table name: barcodes
#
# id :integer not null, primary key
# product_id :integer
# code :string default(""), not null
# created_at :datetime
# updated_at :datetime
#
describe Barcode do
before :each do
@barcode = create :barcode