From 22e2f4b4ccc20ab0b4891909f68a869cccbec497 Mon Sep 17 00:00:00 2001 From: Gui Vieira Date: Mon, 17 Feb 2020 21:17:48 -0800 Subject: [PATCH] Add #1274 Fix intermittent test to NEWS.md --- NEWS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.md b/NEWS.md index a8e23a8f9..a799f96aa 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,14 @@ ### Improvements * Use range on `validate_exclusion_of#in_range` documentation ([#1273]) +### Bug fixes + +* Fix `missing attribute:: scope 1` intermittent test: ([#1274]) + +[#1263]: https://github.com/thoughtbot/shoulda-matchers/pull/1263 +[#1273]: https://github.com/thoughtbot/shoulda-matchers/pull/1273 +[#1273]: https://github.com/thoughtbot/shoulda-matchers/pull/1274 + # 4.2.0 ### Features