I placed a debugger statement in a controller being tested with rspec2
to catch what’s going on, but the statement is ignored? Do I have to
do anything special to get the debugger to stop in the controller
under rspec? If I place the debugger statement in the spec, I get a
break – but I want the break in the controller itself.