Skip to content

Instantly share code, notes, and snippets.

@wtnabe
Created June 21, 2018 08:15
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 wtnabe/9c0c810912b6f3ae0349e39a7eba5ea4 to your computer and use it in GitHub Desktop.
Save wtnabe/9c0c810912b6f3ae0349e39a7eba5ea4 to your computer and use it in GitHub Desktop.
post json in request spec w/ rspec-rails 3.5+ + rails 5+
it {
post :path, params: <hash>, headers: {content_type: :json}
}
or
it {
post "#{path}.json", params: <hash>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment