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

require 'test_helper'

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