Method: ActionDispatch::Integration::Session#request_count
- Defined in:
- actionpack/lib/action_dispatch/testing/integration.rb
#request_count ⇒ Object
A running counter of the number of requests processed.
128 129 130 |
# File 'actionpack/lib/action_dispatch/testing/integration.rb', line 128 def request_count @request_count end |