From a1f991904e8c652faaf241a6549eb82a7d6ff917 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Wed, 10 Apr 2024 13:35:10 +0100 Subject: [PATCH] Changelog for #2751 --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 87d2c32ef..045964005 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,7 @@ Enhancements: * Change default driver for system specs on Rails 7.2 to match its default. (Steve Polito, #2746) * Verify ActiveJob arguments by comparing to the method signature. (Oli Peate, #2745) +* Add suggestion to rails_helper.rb to skip when not in test most. (Glauco Custódio, #2751) Bug Fixes: