Sha256: f777a99315e2bec8c16775eef6c38bedf5968e45532c1c3bbd2b3af4fa73dd00

Contents?: true

Size: 577 Bytes

Versions: 12

Compression:

Stored size: 577 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 < 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

12 entries across 12 versions & 1 rubygems

Version Path
newrelic_rpm-3.7.1.188 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.7.1.182 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.7.1.180 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.7.0.177 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.7.0.174.beta test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.6.9.171 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.6.8.168 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.6.8.164 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.6.7.159 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.6.7.159.beta test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.6.7.152 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.6.6.147 test/new_relic/agent/instrumentation/instrumentation_test.rb