Skip to content

Instantly share code, notes, and snippets.

@rocLv
Created April 20, 2017 07:11
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 rocLv/7aab4931564c840c8887b41e95e2ac2c to your computer and use it in GitHub Desktop.
Save rocLv/7aab4931564c840c8887b41e95e2ac2c to your computer and use it in GitHub Desktop.
module RequestHelper
def json_response
JSON.parse(response.body, symbolize_names: true)
end
end
class ActionDispatch::IntegrationTest
include RequestHelper
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment