method
process_with_test
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
process_with_test(*args)
public
Hide source
# File actionpack/lib/action_controller/test_process.rb, line 15 def process_with_test(*args) returning process_without_test(*args) do add_variables_to_assigns end end