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

Version Path
wd_newrelic_rpm-3.5.8 test/new_relic/agent/instrumentation/instrumentation_test.rb
sundawg_newrelic_rpm-3.5.8.2 test/new_relic/agent/instrumentation/instrumentation_test.rb
sundawg_newrelic_rpm-3.5.8.1 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.5.8.72 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.5.8.70 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.5.8.64.beta test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.5.7.59 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.5.7.59.beta test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.5.7.58.beta test/new_relic/agent/instrumentation/instrumentation_test.rb
wd_newrelic_rpm-3.5.6 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.5.7.57.beta test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.5.6.55 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.5.6.48.beta test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.5.6.46.beta test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.5.6.42.beta test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.5.5.39.beta test/new_relic/agent/instrumentation/instrumentation_test.rb
wd_newrelic_rpm-3.5.5 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.5.5.38 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.5.5.540.dev test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.5.4.35.beta test/new_relic/agent/instrumentation/instrumentation_test.rb