thoughtbot--shoulda-matchers/spec/shoulda/matchers/independent
Elliot Winkler 6d286aa387 Fix delegate_method to double objects properly
Use our Doublespeak mini-library to stub the target method on the object
in question, ensuring that the stubs we create during matching get
reversed when the match ends.

Also:

* Make it possible to negate the matcher, and use negation in tests
  rather than !matches?
* If the matcher fails, add more information to the failure message as
  to what was actually called on the target object
2014-04-22 09:46:31 -05:00
..
delegate_matcher Restore delegate_method matcher 2014-03-21 14:54:16 -04:00
delegate_matcher_spec.rb Fix delegate_method to double objects properly 2014-04-22 09:46:31 -05:00