jupiter / simple-mock

Super simple stubs and spies with 1-step sandbox restore
MIT License
87 stars 12 forks source link

Add loop toggle functions for stub #17

Closed natlibfi-arlehiko closed 8 years ago

natlibfi-arlehiko commented 8 years ago

Add stub.withLoop and stub.noLoop which respectively set stub.loop to true or false. Allows changing loop behavior with chainable calls. Closes #15.

jupiter commented 8 years ago

Thanks!