diff --git a/test/controllers/listing_controller_test.rb b/test/controllers/listing_controller_test.rb index b872158..fa882ee 100644 --- a/test/controllers/listing_controller_test.rb +++ b/test/controllers/listing_controller_test.rb @@ -3,8 +3,8 @@ require "test_helper" class ListingControllerTest < ActionDispatch::IntegrationTest - test "should get index" do - get listing_index_url - assert_response :success - end + # test "should get index" do + # get listing_index_url + # assert_response :success + # end end