# == Schema Information
#
# Table name: port_forwardings
#
#  id                      :integer          not null, primary key
#  rule_name               :string(255)
#  protocol                :string(255)
#  external_port           :string(255)
#  ip_address              :string(255)
#  internal_port           :string(255)
#  portforwarding_group_id :integer
#  created_at              :datetime
#  updated_at              :datetime
#

require 'test_helper'

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