# == Schema Information
#
# Table name: portforwarding_groups
#
#  id                  :integer          not null, primary key
#  group_name          :string(255)
#  organisation_id     :integer
#  router_inventory_id :integer
#  location_network_id :integer
#  created_at          :datetime
#  updated_at          :datetime
#  tagging_lists       :text
#

require 'test_helper'

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