rails-acnh-randomizer / test / controllers / weather_controller_test.rb
weather_controller_test.rb
Raw
require "test_helper"

class WeatherControllerTest < ActionDispatch::IntegrationTest
  test "should get show" do
    get weather_show_url
    assert_response :success
  end
end