# File vendor/rails/actionpack/lib/action_controller/test_case.rb, line 5
5: definitialize(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