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.7.1.188 test/intentional_fail.rb
newrelic_rpm-3.7.1.182 test/intentional_fail.rb
newrelic_rpm-3.7.1.180 test/intentional_fail.rb
newrelic_rpm-3.7.0.177 test/intentional_fail.rb
newrelic_rpm-3.7.0.174.beta test/intentional_fail.rb
newrelic_rpm-3.6.9.171 test/intentional_fail.rb
newrelic_rpm-3.6.8.168 test/intentional_fail.rb
newrelic_rpm-3.6.8.164 test/intentional_fail.rb
newrelic_rpm-3.6.7.159 test/intentional_fail.rb
newrelic_rpm-3.6.7.159.beta test/intentional_fail.rb
newrelic_rpm-3.6.7.152 test/intentional_fail.rb
newrelic_rpm-3.6.6.147 test/intentional_fail.rb
newrelic_rpm-3.6.5.130 test/intentional_fail.rb
newrelic_rpm-3.6.4.122 test/intentional_fail.rb
newrelic_rpm-3.6.4.113.beta test/intentional_fail.rb
newrelic_rpm-3.6.3.111 test/intentional_fail.rb
newrelic_rpm-3.6.3.106 test/intentional_fail.rb
newrelic_rpm-3.6.3.105.beta test/intentional_fail.rb
newrelic_rpm-3.6.3.104 test/intentional_fail.rb
newrelic_rpm-3.6.3.103.beta test/intentional_fail.rb