Class: Tracing::Matchers::HaveTraces::Trace

Inherits:
Struct
  • Object
show all
Defined in:
lib/tracing/matchers/have_traces.rb

Instance Method Summary collapse

Instance Method Details

#finished?Boolean

Returns:

  • (Boolean)


83
84
85
# File 'lib/tracing/matchers/have_traces.rb', line 83

def finished?
  spans.all? { |span| !span.in_progress? }
end