ruby-rails-controller-testing

Extracting `assigns` and `assert_template` from ActionDispatch
  https://github.com/rails/rails-controller-testing
  0
  no reviews



This gem brings back assigns to your controller tests as well as assert_template to both controller and integration tests.

For projects and gems using controller tests outside of a Rails application, invoke the Rails::Controller::Testing.install method inside your test suite setup to include the required modules on controller test cases.