Skip to content

Commit 8d4994d

Browse files
committed
Include engine tests in saas mode
Notice that test is not a regular rake task you can enhance, but a hard-coded rails command.
1 parent 18a56d9 commit 8d4994d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/rails

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ Fizzy.configure_bundle
77
require_relative "../config/boot"
88

99
require "rails/commands"
10+
11+
Fizzy::Saas.append_test_paths if Fizzy.saas? && Rails.env.test?

0 commit comments

Comments
 (0)