method
assertions
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::Integration::Runner
assertions()public
No documentation available.
# File actionpack/lib/action_dispatch/testing/integration.rb, line 412
def assertions # :nodoc:
root_session ? root_session.assertions : super
end