Sha256: 0abd2ed3a59d236bf4134c8c10124cb83191a50d8b86a0d6c6f9ee26f7b1631f

Contents?: true

Size: 462 Bytes

Versions: 12

Compression:

Stored size: 462 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 < Test::Unit::TestCase
  # just here to load the files above

  def test_truth
    assert true
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

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