igrep / crispy

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

Enhancements: Error given non-spied object, More efficient and safer reinitialization of spies #31

Closed igrep closed 9 years ago

igrep commented 9 years ago

I was planning to include rspec-crispy in this pull request. I actually implemented rspec-crispy in this pull request, but I found it's less flexible than I expected. Then I decided not to include rspec-crispy in this pull request (and of course in this repository). Instead, I just fixed these problems I found while writing rspec-crispy.

Sorry for too many commits for the size of patch.