Sha256: a54eb3d937d8e9ffbb93d89640c75e553eb8601d20d022c6b9eefd198a8cab7f

Contents?: true

Size: 319 Bytes

Versions: 2

Compression:

Stored size: 319 Bytes

Contents

require 'test/unit'
require 'ci/reporter/rake/test_unit_loader'

class TestUnitExampleTestOne < Test::Unit::TestCase
  def test_one
    assert(false, "First failure")
  end
  def teardown
    raise "second failure"
  end
end

class TestUnitExampleTestTwo < Test::Unit::TestCase
  def test_two
    assert true
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
GICodeWarrior-ci_reporter-1.6.1 acceptance/test_unit_example_test.rb
GICodeWarrior-ci_reporter-1.6.2 acceptance/test_unit_example_test.rb