# == Schema Information
#
# Table name: ap_metadata
#
#  id                  :integer          not null, primary key
#  project_name        :string(255)
#  location_name       :string(255)
#  notes               :text
#  router_inventory_id :integer
#  latitude            :string(255)
#  longitude           :string(255)
#  scanned_data        :text
#  created_at          :datetime
#  updated_at          :datetime
#

require 'test_helper'

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