Class ActionController::NonInferrableControllerError
In: vendor/rails/actionpack/lib/action_controller/test_case.rb
Parent: ActionControllerError

Methods

new  

Public Class methods

[Source]

   # File vendor/rails/actionpack/lib/action_controller/test_case.rb, line 5
5:     def initialize(name)
6:       super "Unable to determine the controller to test from #{name}. " +
7:         "You'll need to specify it using 'tests YourController' in your " +
8:         "test case definition"
9:     end

[Validate]