Rename LOCAL_AUTHENTICATION to OSS_CONFIG

This commit is contained in:
Mike Dalessio
2025-10-02 15:18:11 -04:00
parent 3cc0fd8c1f
commit 320558919c
13 changed files with 86 additions and 125 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
require_relative "../lib/bootstrap"
if !Bootstrap.local_authentication?
if !Bootstrap.oss_config?
# default from rails/test_unit/runner.rb but adding the saas gem test files
ENV["DEFAULT_TEST"] = "{gems/fizzy-saas/,}test/**/*_test.rb"
ENV["DEFAULT_TEST_EXCLUDE"] = "{gems/fizzy-saas/,}test/{system,dummy,fixtures}/**/*_test.rb"