1 2 3 4 5 6 7 8
require "test_helper" class CommentsControllerTest < ActionDispatch::IntegrationTest test "should get create" do get comments_create_url assert_response :success end end