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

Version Path
newrelic_rpm-3.1.1 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.1.1.beta3 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.1.1.beta2 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.1.1.beta1 test/new_relic/agent/instrumentation/instrumentation_test.rb
ghazel-newrelic_rpm-3.1.0.1 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.1.0 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.1.0.beta5 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.1.0.beta4 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.1.0.djlogging2 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.1.0.djlogging test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.1.0.beta3 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.1.0.beta2 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.0.1 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.1.0.beta1 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.0.0 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.0.0.beta2 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-3.0.0.beta1 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-2.14.1.logging1 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-2.14.1 test/new_relic/agent/instrumentation/instrumentation_test.rb
newrelic_rpm-2.14.0 test/new_relic/agent/instrumentation/instrumentation_test.rb