diff --git a/spec/models/barcode_spec.rb b/spec/models/barcode_spec.rb index 1495864..77acc1a 100644 --- a/spec/models/barcode_spec.rb +++ b/spec/models/barcode_spec.rb @@ -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