aboutsummaryrefslogtreecommitdiffstats
path: root/test/testunit/tests_for_parallel/ptest_second.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/testunit/tests_for_parallel/ptest_second.rb')
-rw-r--r--test/testunit/tests_for_parallel/ptest_second.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/testunit/tests_for_parallel/ptest_second.rb b/test/testunit/tests_for_parallel/ptest_second.rb
new file mode 100644
index 0000000000..7004d68493
--- /dev/null
+++ b/test/testunit/tests_for_parallel/ptest_second.rb
@@ -0,0 +1,11 @@
+require 'test/unit'
+
+class TestB < Test::Unit::TestCase
+ def test_nothing
+ end
+end
+
+class TestC < Test::Unit::TestCase
+ def test_nothing
+ end
+end