Cannot seem to get this to work: ``` sandbox.mock(Model) .expects('find') .twice() .onFirstCall() .yields(null, []) .onSecondCall() .chain('populate') .chain('exec') .yields(null, []); ```
Cannot seem to get this to work: