I have a method defined on a controller and I'm trying to test if it has been called. I am able to test that the method is defined, but when I try and test if it has been called, it complains that it expected the spy to have been called.I have a method defined on a controller and I'm