# == Schema Information
#
# Table name: alerts
#
#  id                  :integer          not null, primary key
#  name                :string(255)
#  message             :text
#  category            :string(255)
#  severity_color      :string(255)
#  created_at          :datetime
#  updated_at          :datetime
#  location_network_id :integer
#  actions             :text
#

require 'test_helper'

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