Sha256: 7f7f67c60b785f35af58cc9a29d5963a77c4b54e7f7ad8dbe62b1a1f885c619b
Contents?: true
Size: 456 Bytes
Versions: 12
Compression:
Stored size: 456 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::Test # just here to load the files above def test_truth assert true end end
Version data entries
12 entries across 12 versions & 1 rubygems