Sha256: a4798004462a04c3e609a513951f0d6341048f04a19cc6aabc61862f939172e0
Contents?: true
Size: 571 Bytes
Versions: 42
Compression:
Stored size: 571 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.dirname(__FILE__), '..', '..', '..', 'test_helper')) class NewRelic::Agent::Instrumentation::InstrumentationTest < Minitest::Test def test_load_all_instrumentation_files # just checking for syntax errors and unguarded code Dir.glob('new_relic/agent/instrumentation/**/*.rb') do |f| require f end require 'new_relic/delayed_job_injection' end end
Version data entries
42 entries across 42 versions & 2 rubygems