# == Schema Information
#
# Table name: shipping_boxes
#
#  id          :bigint           not null, primary key
#  part_no     :string(255)
#  part_desc   :string(255)
#  lot_no      :string(255)
#  qty         :integer
#  box_id      :string(255)
#  po          :string(255)
#  supplier    :string(255)
#  status      :integer
#  shipping_at :datetime
#  created_at  :datetime         not null
#  updated_at  :datetime         not null
#
require 'test_helper'

class ShippingBoxTest < ActiveSupport::TestCase
  # test "the truth" do
  #   assert true
  # end
end
