psyho / bogus

Fake library for Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support to throw/catch in stubbing/contract verification

psyho opened this issue · comments

In Ruby, in addition to raise/rescue there's also throw/catch. Not many people use it, since it's a thinly-veiled goto, but it should be possible to record those interactions as well.