tests(controller_class)
Instance Public methods
Sets the controller class name. Useful if the name can't be inferred
from test class. Normalizes controller_class
before using.
1 2 3 | tests WidgetController tests :widget tests 'widget' |
Please login to continue.