Add delegate_matcher to README

This commit is contained in:
Elliot Winkler 2014-07-18 18:05:22 -06:00
parent 12cc7aaace
commit 72f003d7c3
1 changed files with 6 additions and 0 deletions

View File

@ -70,6 +70,12 @@ complex, and error-prone.
* **[set_the_flash](lib/shoulda/matchers/action_controller/set_the_flash_matcher.rb)** makes
assertions on the `flash` hash.
### Independent Matchers
* **[delegate_matcher](lib/shoulda/matchers/independent/delegate_matcher.rb)**
tests that an object forwards messages to other, internal objects by way of
delegation.
## Installation
### RSpec