# == Schema Information
#
# Table name: hardware_records
#
#  id         :integer          not null, primary key
#  sn         :string(255)      not null
#  m_odel     :string(255)
#  created_by :string(255)      not null
#  notes      :text(65535)
#  status     :integer          default("0"), not null
#  created_at :datetime         not null
#  updated_at :datetime         not null
#
require 'test_helper'

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