Sha256: 2f8a5fbc487ca36b59e5488900a8e4b28f3caba2da93c0c90a425117d8bc6867
Contents?: true
Size: 446 Bytes
Versions: 21
Compression:
Stored size: 446 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(NEWRELIC_PLUGIN_DIR + '/lib/new_relic/agent/instrumentation/**/*.rb') do |f| require f end require 'new_relic/delayed_job_injection' end end
Version data entries
21 entries across 21 versions & 2 rubygems