Sha256: 2d7f1b3f364d6dec6f583527e1454d3e82b5c4baa352b3cd52ea2c79ab68006f
Contents?: true
Size: 515 Bytes
Versions: 22
Compression:
Stored size: 515 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details. require File.expand_path(File.join(__FILE__, '..', 'rake_test_helper')) if !::NewRelic::Agent::Instrumentation::RakeInstrumentation.should_install? class UnsupportedRakeTest < Minitest::Test include MultiverseHelpers include RakeTestHelper setup_and_teardown_agent def test_we_hear_nothing run_rake refute_any_rake_metrics end end end
Version data entries
22 entries across 22 versions & 2 rubygems