Sha256: 1559f909dd4c39a6b52c5a023ef080b36cd57ab6a5b8e35dccf6db49b83c9a3d

Contents?: true

Size: 466 Bytes

Versions: 3

Compression:

Stored size: 466 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'))
require 'new_relic/rack/browser_monitoring'
require 'new_relic/rack/developer_mode'
class NewRelic::Rack::AllTest < MiniTest::Unit::TestCase
  # just here to load the files above

  def test_truth
    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/rack/all_test.rb
newrelic_rpm-3.7.2.192 test/new_relic/rack/all_test.rb
newrelic_rpm-3.7.2.190.beta test/new_relic/rack/all_test.rb