Sha256: b1a099410cc125dcf6a42df40424f08eb5c4c1bc84b7aedc3ca0920c49a70da0
Contents?: true
Size: 419 Bytes
Versions: 83
Compression:
Stored size: 419 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), '..', '..', '..', 'test_helper')) class NewRelic::Agent::Instrumentation::InstrumentationTest < Test::Unit::TestCase 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
83 entries across 83 versions & 5 rubygems