Closed geremyCohen closed 11 years ago
Probably an easy answer, but I'm stuck, I want to stub:
Module::Method.new
for example:
stub(Module::Method).new {}
I just answered my own question!
Probably an easy answer, but I'm stuck, I want to stub:
for example: