search for: keywordlistscontroller

Displaying 1 result from an estimated 1 matches for "keywordlistscontroller".

2009 May 24
11
Class method not being stubbed
Hi guys. I''m setting an expectation on a class method. For some reason, the method isn''t being stubbed, and the expectation isn''t seeing the call. In KeywordListsController#create, I call the private method #create_keywords_and_associate, which calls AdSenseHeavenParser#parse . Thus, some of my specs set an expectation on AdSenseHeavenParser#parse . However, that expectation isn''t stubbing out #parse . In the "output" section of my paste: http...