Sha256: fb7ea7f7ed4d71089e26d33214d4e2cb8884985dfbe307f27f8fbbbcc8a2a726
Contents?: true
Size: 422 Bytes
Versions: 33
Compression:
Stored size: 422 Bytes
Contents
# This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. # frozen_string_literal: true class <%= @class_name %>InstrumentationTest < Minitest::Test def setup @stats_engine = NewRelic::Agent.instance.stats_engine end def teardown NewRelic::Agent.instance.stats_engine.clear_stats end # Add tests here end
Version data entries
33 entries across 33 versions & 1 rubygems