9 lines
183 B
Ruby
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
|