# == Schema Information
#
# Table name: radio_settings
#
#  id               :integer          not null, primary key
#  band             :string(255)
#  channel          :integer
#  power            :integer
#  radio_profile_id :integer
#  is_disable       :boolean          default(FALSE)
#  country_ie       :boolean          default(TRUE)
#  require_mode     :string(255)
#  created_at       :datetime
#  updated_at       :datetime
#

require 'test_helper'

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