igrep / crispy

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

Stub instances of class #23

Closed igrep closed 9 years ago

igrep commented 9 years ago

Add stub feature to ClassSpy. Like RSpec's allow_any_instance_of, spy_of_instances(class).stub(...) stubs all methods of a class. Finally fixes https://github.com/igrep/crispy/issues/1!

Other Changes: