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

Version Path
onyx_newrelic_rpm-2.12.5 test/ui/newrelic_controller_test.rb
newrelic_rpm-2.12.3 test/ui/newrelic_controller_test.rb
newrelic_rpm-2.12.2 test/ui/newrelic_controller_test.rb
newrelic_rpm-2.12.2.beta2 test/ui/newrelic_controller_test.rb
newrelic_rpm-2.12.2.beta test/ui/newrelic_controller_test.rb
newrelic_rpm-2.12.1 test/ui/newrelic_controller_test.rb
newrelic_rpm-2.12.1.alpha test/ui/newrelic_controller_test.rb
newrelic_rpm-2.12.0 test/ui/newrelic_controller_test.rb
newrelic_rpm-2.11.3 test/ui/newrelic_controller_test.rb
newrelic_rpm-2.11.2 test/ui/newrelic_controller_test.rb
newrelic_rpm-2.11.2.beta2 test/ui/newrelic_controller_test.rb
newrelic_rpm-2.11.2.beta test/ui/newrelic_controller_test.rb
newrelic_rpm-2.11.1 test/ui/newrelic_controller_test.rb
newrelic_rpm-2.11.0.beta2 test/ui/newrelic_controller_test.rb
newrelic_rpm-2.11.0.beta test/ui/newrelic_controller_test.rb
newrelic_rpm-2.10.8 test/ui/newrelic_controller_test.rb
newrelic_rpm-2.10.6 test/ui/newrelic_controller_test.rb
newrelic_rpm-2.10.5 test/ui/newrelic_controller_test.rb
newrelic_rpm-2.10.4 test/ui/newrelic_controller_test.rb
newrelic_rpm-2.10.3 test/ui/newrelic_controller_test.rb