Rails Test & Mocha: How to stub specific model - conditional any_instance?
I want to stub just a specific model, but not only a specific object and not every instance
E.g. Given class \'Person\' with attributes \'name\' (string) and \'cool\' (boolean). We have two models:
问答
阅读(0)