test/intentional_fail.rb in newrelic_rpm-3.7.1.188 vs test/intentional_fail.rb in newrelic_rpm-3.7.2.190.beta

- old
+ new

@@ -1,10 +1,9 @@ # 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 IntentionalFail < Test::Unit::TestCase +class IntentionalFail < MiniTest::Unit::TestCase # This test suite is provided to facilitate testing that build scripts (e.g. # rake test) return the correct exit codes when tests fail. def test_fail assert false