spec/integration/opentracing_spec.rb [192:202]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              '00-11111111111111111111111111111111-2222222222222222-00' }
        end

        it 'returns a span context' do
          expect(subject).to be_a ElasticAPM::OpenTracing::SpanContext
          expect(subject.trace_context.trace_id)
            .to eq '11111111111111111111111111111111'
          expect(subject.trace_context.id).to eq '2222222222222222'
          expect(subject.trace_context.parent_id).to be_nil
        end
      end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/integration/opentracing_spec.rb [208:218]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              '00-11111111111111111111111111111111-2222222222222222-00' }
        end

        it 'returns a span context' do
          expect(subject).to be_a ElasticAPM::OpenTracing::SpanContext
          expect(subject.trace_context.trace_id)
            .to eq '11111111111111111111111111111111'
          expect(subject.trace_context.id).to eq '2222222222222222'
          expect(subject.trace_context.parent_id).to be_nil
        end
      end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



