# == Schema Information
#
# Table name: acl_inventories
#
#  id                  :integer          not null, primary key
#  acl_group_id        :integer
#  router_inventory_id :integer
#  created_at          :datetime
#  updated_at          :datetime
#

require 'test_helper'

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