# == Schema Information
#
# Table name: client_communications
#
#  id                    :integer          not null, primary key
#  source_interface      :string(255)
#  destination_interface :string(255)
#  policy                :string(255)
#  firewall_config_id    :integer
#  created_at            :datetime
#  updated_at            :datetime
#  priority              :integer
#

require 'test_helper'

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