songtianlun
34c05232ee
- Standardize string quotes in various files for consistency. - Remove commented-out tests from cities and weather_arts controllers to improve readability. - Clean up admin_users and weather_arts fixture files by commenting out unused entries instead of removing them. These changes are aimed at enhancing code readability and maintainability, ensuring that code adheres to style guidelines without removing useful comments for future reference.
9 lines
192 B
Ruby
9 lines
192 B
Ruby
require "test_helper"
|
|
|
|
class WeatherArtsControllerTest < ActionDispatch::IntegrationTest
|
|
# test "should get show" do
|
|
# get weather_arts_show_url
|
|
# assert_response :success
|
|
# end
|
|
end
|