# 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 'test/unit' class ATest < Test::Unit::TestCase def test_failure fail "This test is failing!!!" end end