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