# == Schema Information
#
# Table name: hardware_parts
#
#  id            :integer          not null, primary key
#  name          :string(255)
#  part_number   :string(255)
#  internal_name :string(255)
#  created_at    :datetime
#  updated_at    :datetime
#  wifi_uplink   :boolean          default(FALSE)
#  usb           :boolean          default(FALSE)
#

require 'test_helper'

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