summaryrefslogtreecommitdiff
path: root/test/testunit/tests_for_parallel/ptest_first.rb
blob: 66c7704a45659b15ad8b6bd7645c94da25c2a9cb (plain)
1
2
3
4
5
6
7
require 'test/unit'

class TestA < Test::Unit::TestCase
  def test_nothing_test
  end
end