From afbc0ca8e5b7ecb36c893de9bae8992f1756abfb Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Tue, 25 Nov 2025 13:05:30 +0100 Subject: [PATCH] Include engine tests in saas mode Notice that test is not a regular rake task you can enhance, but a hard-coded rails command. --- bin/rails | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/rails b/bin/rails index 9d935530d..8f0b2d8b3 100755 --- a/bin/rails +++ b/bin/rails @@ -7,3 +7,5 @@ Fizzy.configure_bundle require_relative "../config/boot" require "rails/commands" + +Fizzy::Saas.append_test_paths if Fizzy.saas? && Rails.env.test?