today_ai_weather/test/controllers/cities_controller_test.rb

14 lines
277 B
Ruby
Raw Normal View History

require "test_helper"
class CitiesControllerTest < ActionDispatch::IntegrationTest
# test "should get index" do
# get cities_index_url
# assert_response :success
# end
# test "should get show" do
# get cities_show_url
# assert_response :success
# end
end