summaryrefslogtreecommitdiff
path: root/test/testunit/tests_for_parallel/ptest_second.rb
blob: 7004d6849385cd0d430711c7c0b4f3755bdc0a90 (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'test/unit'

class TestB < Test::Unit::TestCase
  def test_nothing
  end
end

class TestC < Test::Unit::TestCase
  def test_nothing
  end
end