Sha256: 4fe31e81ae927d7e0c0587289e9359510b829299bc3ac9c5297f0a57e6bb5ba9
Contents?: true
Size: 408 Bytes
Versions: 19
Compression:
Stored size: 408 Bytes
Contents
# frozen_string_literal: true module Datadog module CI module Contrib module RSpec # RSpec integration constants # TODO: mark as `@public_api` when GA, to protect from resource and tag name changes. module Ext FRAMEWORK = "rspec" DEFAULT_SERVICE_NAME = "rspec" ENV_ENABLED = "DD_TRACE_RSPEC_ENABLED" end end end end end
Version data entries
19 entries across 19 versions & 1 rubygems