Make some specs pass

This commit is contained in:
2025-10-04 11:57:16 -05:00
parent c2fe8675bb
commit 177281adc0
18 changed files with 171 additions and 157 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ module Dunlop::Loggable
end
def with_nested_logger_and_catch_failed(scope=nil, options={})
scope ||= caller[0][/`.*'/][1..-2]
scope ||= caller[0][/'.*'/][1..-2]
options[:exception_notifier] = true unless options.has_key?(:exception_notifier)
backtrace = nil
::Dunlop::NestedLogger.scope('empty sandbox', benchmark: false) do