Class: ActionController::TestCase
- Inherits:
-
Object
- Object
- ActionController::TestCase
- Includes:
- Authenticate::Testing::ControllerHelpers
- Defined in:
- lib/authenticate/testing/test_unit.rb
Overview
Support for test unit.
As of Rails 5, controller tests subclass ActionDispatch::IntegrationTest and should use IntegrationTestsSignOn to bypass the sign on screen.