require "test_helper" class ContestsControllerTest < ActionDispatch::IntegrationTest test "should get create" do get contests_create_url assert_response :success end end