# == Schema Information
#
# Table name: vpn_configs
#
#  id                   :integer          not null, primary key
#  name                 :string(255)
#  ike_time             :string(255)
#  l_subnet             :string(255)
#  remote_ip            :string(255)
#  remote_nw_ip         :string(255)
#  remote_nw_subnet     :string(255)
#  pre_shared_key       :string(255)
#  ike                  :string(255)
#  esp                  :string(255)
#  is_enabled           :string(255)
#  location_network_id  :integer
#  created_at           :datetime
#  updated_at           :datetime
#  is_server            :boolean
#  enable_server_client :boolean
#

require 'test_helper'

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