9 lines
150 B
Ruby
9 lines
150 B
Ruby
require 'test_helper'
|
|
|
|
# Will be removed in the future
|
|
class CityTest < ActiveSupport::TestCase
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|