Sha256: 598fe0d97e5528259413094428af6087c5a3c0fb25a5863733f77e4d3d90b67c

Contents?: true

Size: 396 Bytes

Versions: 3

Compression:

Stored size: 396 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::ApdexFromServerTest < MiniTest::Unit::TestCase

  def test_true
    # we need tests in this file - TBD
    assert true
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
newrelic_rpm-3.7.2.195 test/new_relic/agent/apdex_from_server_test.rb
newrelic_rpm-3.7.2.192 test/new_relic/agent/apdex_from_server_test.rb
newrelic_rpm-3.7.2.190.beta test/new_relic/agent/apdex_from_server_test.rb