Include engine tests in saas mode

Notice that test is not a regular rake task you can enhance, but a hard-coded rails command.
This commit is contained in:
Jorge Manrubia
2025-11-25 13:05:30 +01:00
parent 624b6680c7
commit afbc0ca8e5
+2
View File
@@ -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?