# File src/ruby_supportlib/phusion_passenger/vendor/union_station_hooks_core/lib/union_station_hooks_core/spec_helper.rb, line 159 def get_response(path) uri = URI.parse("#{root_url}#{path}") Net::HTTP.get_response(uri) end