method

process_with_test

process_with_test(*args)
public

No documentation available.

# File actionpack/lib/action_controller/test_process.rb, line 566
    def process_with_test(*args)
      process(*args).tap { set_test_assigns }
    end