I get URI::InvalidURIError testing Rails Home controller:
URI::InvalidURIError
require \'test_helper\' class HomeControllerTest < ActionDispatch::IntegrationTest
You can try:
get home_index_path
instead of:
get :index