spec/elastic_apm/spies/sucker_punch_spec.rb [104:117]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          end

          expect(
            SuckerPunch::Counter::Failed::COUNTER['ElasticAPM::ErrorJob'].value
          ).to eq 1

          transaction, = @intercepted.transactions
          expect(transaction.name).to eq 'ElasticAPM::ErrorJob'
          expect(transaction.type).to eq 'sucker_punch'
          expect(transaction.result).to eq 'success'
          expect(transaction.outcome).to eq 'success'
          expect(@intercepted.errors.size).to eq 0
        end
      end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/elastic_apm/spies/sucker_punch_spec.rb [124:137]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          end

          expect(
            SuckerPunch::Counter::Failed::COUNTER['ElasticAPM::ErrorJob'].value
          ).to eq 1

          transaction, = @intercepted.transactions
          expect(transaction.name).to eq 'ElasticAPM::ErrorJob'
          expect(transaction.type).to eq 'sucker_punch'
          expect(transaction.result).to eq 'success'
          expect(transaction.outcome).to eq 'success'
          expect(@intercepted.errors.size).to eq 0
        end
      end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



