# == Schema Information
#
# Table name: radius_configurations
#
#  id              :integer          not null, primary key
#  radius_name     :string(255)
#  radius_ip       :string(255)
#  radius_port     :string(255)
#  radius_secret   :string(255)
#  type            :string(255)
#  organisation_id :integer
#  created_at      :datetime
#  updated_at      :datetime
#

require 'test_helper'

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