Make some specs pass
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user