Source: ruby-rails-controller-testing Maintainer: Debian Ruby Team Uploaders: Samyak Jain Section: ruby Testsuite: autopkgtest-pkg-ruby Build-Depends: debhelper-compat (= 14), gem2deb, rake, ruby-actionpack, ruby-actionview, ruby-activesupport, ruby-bundler, ruby-railties (>= 2:4.2.0), ruby-sqlite3 Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rails-controller-testing Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rails-controller-testing.git Homepage: https://github.com/rails/rails-controller-testing Package: ruby-rails-controller-testing Architecture: all Description: Extracting `assigns` and `assert_template` from ActionDispatch 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.