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
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ complex, and error-prone.
### 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
delegation.