# == Schema Information
#
# Table name: ntp_servers
#
#  id                  :integer          not null, primary key
#  is_enabled          :boolean
#  urls                :text
#  location_network_id :integer
#  created_at          :datetime
#  updated_at          :datetime
#

require 'test_helper'

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