Skip to content

Instantly share code, notes, and snippets.

@dogweather
Last active June 8, 2018 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dogweather/0a0f147b34ecdf9a281f92c900b1e648 to your computer and use it in GitHub Desktop.
Save dogweather/0a0f147b34ecdf9a281f92c900b1e648 to your computer and use it in GitHub Desktop.
# Simplify retrieving a path at a named host in request specs
def get_path(path, at_host:)
get path, headers: { host: at_host }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment