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

Update README

[ci skip]
This commit is contained in:
Elliot Winkler 2020-05-06 13:28:08 -06:00
parent 8bf411fd44
commit 51bc311548

View file

@ -41,6 +41,7 @@ complex, and error-prone.
* [ActiveRecord matchers](#activerecord-matchers)
* [ActionController matchers](#actioncontroller-matchers)
* [Independent matchers](#independent-matchers)
* [Extensions](#extensions)
* [Compatibility](#compatibility)
* [Contributing](#contributing)
* [Versioning](#versioning)
@ -383,6 +384,17 @@ about any of them, make sure to [consult the documentation][rubydocs]!
tests that an object forwards messages to other, internal objects by way of
delegation.
## Extensions
Over time our community has created extensions to Shoulda Matchers. If you've
created something that you want to share, please [let us know][new-issue]!
* **[shoulda-matchers-cucumber]** Adds support for using Shoulda Matchers in
Cucumber tests.
[new-issue]: https://github.com/thoughtbot/shoulda-matchers/issues/new
[shoulda-matchers-cucumber]: https://github.com/majioa/shoulda-matchers-cucumber
## Compatibility
Shoulda Matchers is tested and supported against Ruby 2.4+, Rails 5.x, Rails