Method: ActionDispatch::Integration::RequestHelpers#post
- Defined in:
- lib/action_dispatch/testing/integration.rb
#post(path, **args) ⇒ Object
Performs a POST request with the given parameters. See ActionDispatch::Integration::Session#process for more details.
24 25 26 |
# File 'lib/action_dispatch/testing/integration.rb', line 24 def post(path, **args) process(:post, path, **args) end |