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