# == Schema Information
#
# Table name: radio_profiles
#
#  id              :integer          not null, primary key
#  name            :string(255)
#  country_code    :string(255)
#  organisation_id :integer
#  created_at      :datetime
#  updated_at      :datetime
#

require 'test_helper'

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