# == Schema Information
#
# Table name: firewall_configs
#
#  id                  :integer          not null, primary key
#  name                :string(255)
#  location_network_id :string(255)
#  created_at          :datetime
#  updated_at          :datetime
#

require 'test_helper'

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