agenda-libre-ruby/test/models/region_test.rb

9 lines
183 B
Ruby

require 'test_helper'
# Mostly a data holder model, to maintain coutry > region data
class RegionTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end