mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
#permit was missing from the README
This commit is contained in:
parent
2b0e1fb0e0
commit
8d8f7a0e8d
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ complex, and error-prone.
|
|||
|
||||
* **[filter_param](lib/shoulda/matchers/action_controller/filter_param_matcher.rb)**
|
||||
tests parameter filtering configuration.
|
||||
* **[permit](lib/shoulda/matchers/action_controller/permit_matcher.rb)** tests
|
||||
that an action places a restriction on the `params` hash.
|
||||
* **[redirect_to](lib/shoulda/matchers/action_controller/redirect_to_matcher.rb)**
|
||||
tests that an action redirects to a certain location.
|
||||
* **[render_template](lib/shoulda/matchers/action_controller/render_template_matcher.rb)**
|
||||
|
|
Loading…
Reference in a new issue