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