mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Add missing issue number [ci skip]
This commit is contained in:
parent
0e2e9c4519
commit
5a057a0709
1 changed files with 3 additions and 2 deletions
5
NEWS.md
5
NEWS.md
|
@ -36,13 +36,13 @@
|
|||
|
||||
* Fix `route` matcher so that when controller and action are specified in hash
|
||||
notation (e.g. `posts#show`), route parameters such as `id` do not need to be
|
||||
specified as a string but may be specified as a number as well ([#602]).
|
||||
specified as a string but may be specified as a number as well. ([#602])
|
||||
|
||||
### Features
|
||||
|
||||
* Add ability to test `:primary_key` option on associations. ([#597])
|
||||
* Add `allow_blank` qualifier to `validate_uniqueness_of` to complement
|
||||
the `allow_blank` option.
|
||||
the `allow_blank` option. ([#543])
|
||||
|
||||
### Improvements
|
||||
|
||||
|
@ -58,6 +58,7 @@
|
|||
[#537]: https://github.com/thoughtbot/shoulda-matchers/pull/537
|
||||
[#598]: https://github.com/thoughtbot/shoulda-matchers/pull/598
|
||||
[#602]: https://github.com/thoughtbot/shoulda-matchers/pull/602
|
||||
[#543]: https://github.com/thoughtbot/shoulda-matchers/pull/543
|
||||
|
||||
# 2.7.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue