# == Schema Information
#
# Table name: v_lans
#
#  id                   :integer          not null, primary key
#  organisation_id      :integer
#  network_ssid_id      :integer
#  v_lan_id             :string(255)
#  ip_type              :string(255)
#  ip_address           :string(255)
#  net_mask             :string(255)
#  dhcp_start_range     :string(255)
#  dhcp_end_range       :string(255)
#  dns1                 :string(255)
#  dns2                 :string(255)
#  gateway              :string(255)
#  created_at           :datetime
#  updated_at           :datetime
#  enable_gre_on_v_lan  :string(255)
#  enable_dhcp_on_v_lan :string(255)
#  name                 :string(255)
#

require 'test_helper'

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