We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f65be commit 2938ae9Copy full SHA for 2938ae9
test/test_helper.rb
@@ -183,6 +183,16 @@ def with_active_storage(&block)
183
Rails.application.config.active_record_tenanted.tenant_resolver = @old_tenant_resolver
184
end
185
186
+ def run(...)
187
+ if defined?(with_debug_event_reporting)
188
+ with_debug_event_reporting do
189
+ super
190
+ end
191
+ else
192
193
194
195
+
196
def all_configs
197
ActiveRecord::Base.configurations.configs_for(include_hidden: true)
198
0 commit comments