# == Schema Information
#
# Table name: alert_rules
#
#  id         :integer          not null, primary key
#  alert_on   :string(255)
#  condition  :string(255)
#  value      :string(255)
#  alert_id   :integer
#  created_at :datetime
#  updated_at :datetime
#  mac_range  :string(255)
#

require 'test_helper'

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