Sha256: 3a8270e219065a4a54b1c6caf8fecb9d56952b31b31fc7b907677c7e09f93ba7

Contents?: true

Size: 410 Bytes

Versions: 29

Compression:

Stored size: 410 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.

require 'test/unit'
class IntentionalFail < Test::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

29 entries across 29 versions & 1 rubygems

Version Path
newrelic_rpm-3.6.2.96 test/intentional_fail.rb
newrelic_rpm-3.6.2.90.beta test/intentional_fail.rb
newrelic_rpm-3.6.1.88 test/intentional_fail.rb
newrelic_rpm-3.6.1.87 test/intentional_fail.rb
newrelic_rpm-3.6.1.86.beta test/intentional_fail.rb
newrelic_rpm-3.6.1.85.beta test/intentional_fail.rb
newrelic_rpm-3.6.0.83 test/intentional_fail.rb
newrelic_rpm-3.6.0.78 test/intentional_fail.rb
newrelic_rpm-3.6.0.74.beta test/intentional_fail.rb