Displaying 1 result from an estimated 1 matches for "weeklylineupcontroller".
2006 May 27
0
Problem with Rcov and Functional Tests
...d integration) with rcov weird things happen
with some but not all of my functional tests. The tests will blow up
with an ''ActionController::UnknownAction - no action responsed to
my_action'' error. After investigating and adding some print statements,
it turns out that in my WeeklyLineupControllerTest, when I do a ''get''
or ''post'' in the test, it actually invokes get or post on another
controller, different from the controller under test, like
HomeController.
I checked and double checked the @controller =
WeeklyLineupController.new line in my setup me...