Closed timoschilling closed 6 years ago
The current implementation of Testing#controller_for don't initialize the test request in the right way, this results in problems with the usage of some Rails Url helpers.
Testing#controller_for
This idea came form https://github.com/rails/rails/blob/v4.2.0/actionpack/lib/action_controller/test_case.rb#L616
Closing stale PR
The current implementation of
Testing#controller_for
don't initialize the test request in the right way, this results in problems with the usage of some Rails Url helpers.This idea came form https://github.com/rails/rails/blob/v4.2.0/actionpack/lib/action_controller/test_case.rb#L616