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:
parent
aa97369bc3
commit
5cf60b7a1b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue