Module ActionController::TestCase::Behavior::ClassMethods
In: lib/action_controller/test_case.rb

Methods

Public Instance methods

Sets the controller class name. Useful if the name can‘t be inferred from test class. Expects controller_class as a constant. Example: tests WidgetController.

[Validate]