From badeebda74e54e7a22ac0cc30792ab0b601deed9 Mon Sep 17 00:00:00 2001 From: Sean Doyle Date: Mon, 20 Jan 2025 19:49:10 -0500 Subject: [PATCH] Document #427 Follow-up to [#427][] Add an entry to the `NEWS.md` file to document support for [file_fixture][] added in [#427][]. [#427]: https://github.com/thoughtbot/factory_bot_rails/pull/427 [file_fixture]: https://api.rubyonrails.org/classes/ActiveSupport/Testing/FileFixtures.html#method-i-file_fixture --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index dfc1ebb..4d1949f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,8 @@ there might not be any notable changes in new versions of this project. # NEWS +* Add: First-party support for [`file_fixture`](https://api.rubyonrails.org/classes/ActiveSupport/Testing/FileFixtures.html#method-i-file_fixture) within factory blocks + ## 6.4.4 (October 25, 2024) * Changed: Bump Factory Bot 6.5.0