agenda-libre-ruby/test/models/region_test.rb
2017-05-29 22:18:04 +02:00

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