require "test_helper" class Api::V1::ParksControllerTest < ActionDispatch::IntegrationTest test "should get index" do get api_v1_parks_url assert_response :success end end