igrep / crispy

Test Spy for Any Object in Ruby.
http://rubygems.org/gems/crispy
MIT License
22 stars 2 forks source link

Spy blacklist #37

Closed igrep closed 9 years ago

igrep commented 9 years ago

Add feature to specify methods which spy doesn't log: except keyword argument of Crispy.spy_into

This patch contains a breaking change: the keyword arguments of Crispy.spy_into are no more interpreted as stubbed methods.

And fixes https://github.com/igrep/crispy/issues/30 by making double ignore spy methods such as received?.

Left TODOs: