class Tracing::Matchers::HaveTraces::Trace

Public Instance Methods

finished?() click to toggle source
# File lib/tracing/matchers/have_traces.rb, line 83
def finished?
  spans.all? { |span| !span.in_progress? }
end