# == Schema Information
#
# Table name: access_control_lists
#
#  id           :integer          not null, primary key
#  policy       :string(255)
#  protocol     :string(255)
#  src_ip       :string(255)
#  scr_bitmask  :string(255)
#  src_port     :string(255)
#  acl_group_id :integer
#  created_at   :datetime
#  updated_at   :datetime
#  dst_ip       :string(255)
#  dst_bitmask  :string(255)
#  dst_port     :string(255)
#

require 'test_helper'

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