Sha256: 80a1aba60039d009022028926b5e4cb6170bdd12c79a984e36e385b53b7816e5
Contents?: true
Size: 394 Bytes
Versions: 3
Compression:
Stored size: 394 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. 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 end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
newrelic_rpm-3.7.2.195 | test/intentional_fail.rb |
newrelic_rpm-3.7.2.192 | test/intentional_fail.rb |
newrelic_rpm-3.7.2.190.beta | test/intentional_fail.rb |