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