module ActionDispatch::Integration::Runner

def assertions=(assertions) # :nodoc:

:nodoc:
def assertions=(assertions) # :nodoc:
  root_session ? root_session.assertions = assertions : super
end