trailblazer / cells

View components for Ruby and Rails.
https://trailblazer.to/2.1/docs/cells.html
3.07k stars 236 forks source link

allow assign parameters for testing controller #334

Closed timoschilling closed 6 years ago

timoschilling commented 9 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.

This idea came form https://github.com/rails/rails/blob/v4.2.0/actionpack/lib/action_controller/test_case.rb#L616

seuros commented 6 years ago

Closing stale PR