Sha256: f992dae32a3739a63058cee091f27f279048c34b4c92772a3d29ac4e52553131
Contents?: true
Size: 466 Bytes
Versions: 29
Compression:
Stored size: 466 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__),'..','test_helper')) require 'newrelic_helper' require 'active_record_fixtures' class NewRelic::Agent::NewrelicControllerTest < Test::Unit::TestCase # Clearly we need a functional test for the controller. For now # I want to at least make sure the class loads in all versions of rails. def test_controller_loading NewrelicController rescue fail "Controller would not load:#{$!}" end end
Version data entries
29 entries across 29 versions & 4 rubygems