lib/test/span.rb in test-tracer-1.1.0 vs lib/test/span.rb in test-tracer-1.1.1

- old
+ new

@@ -27,9 +27,15 @@ def in_progress? @in_progress end + alias_method :started?, :in_progress? + + def finished? + !in_progress? + end + def context @context end def operation_name=(name)