btakita / rr

RR (Double Ruby) is a test double framework that features a rich selection of double techniques and a terse syntax.
http://github.com/rr/rr
MIT License
501 stars 58 forks source link

Respond_to? behavior changing on calls to method_missing #78

Open erikogan opened 12 years ago

erikogan commented 12 years ago

Yo btakita,

First off, thanks for rr!

We discovered respond_to? changes behavior when method_missing is called on a mocked object. We only added a failing test case, because we’re still trying to figure out the best way to fix it. We thought you’d have a much better idea.

Incidentally, this is the base cause of issue #44.

Thanks!

mcmire commented 11 years ago

This is definitely still an issue - I will look into this, thanks.