1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

Fix 'delegate_method_matcher.rb' link in README.md

This is in accordance to commit #b695c2f97854767
This commit is contained in:
fervic 2014-10-02 15:58:20 -06:00 committed by Elliot Winkler
parent aa97369bc3
commit 5cf60b7a1b

View file

@ -74,7 +74,7 @@ complex, and error-prone.
### Independent Matchers ### Independent Matchers
* **[delegate_method](lib/shoulda/matchers/independent/delegate_matcher.rb)** * **[delegate_method](lib/shoulda/matchers/independent/delegate_method_matcher.rb)**
tests that an object forwards messages to other, internal objects by way of tests that an object forwards messages to other, internal objects by way of
delegation. delegation.