# == Schema Information # # Table name: products # # id :bigint not null, primary key # barcode :string # name :string # created_at :datetime not null # updated_at :datetime not null # # Indexes # # index_products_on_barcode (barcode) UNIQUE # require "test_helper" class ProductTest < ActiveSupport::TestCase # test "the truth" do # assert true # end end