On Fri, Jan 25, 2013 at 1:55 PM, Frank Shearar <frank.shearar@gmail.com> wrote:
By "stub out stuff" do you mean "write a stub test case with self
assert: false"? *raises hand*

Annoyingly, defining a #subclassResponsibility method destroys my
flow: the debugger won't, obviously, prompt you for that "create
method" button I love so much. (Hm, could one restore that with a
SubclassResponsibilityException that the debugger can catch?)

Yeah, I got hit by that one just this morning. It should work like #shouldBeImplemented, but create the method on the class of the receiver, instead of the class where the method is defined.

Colin