mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
9 lines
122 B
Ruby
9 lines
122 B
Ruby
|
require 'test/unit'
|
||
|
require_relative "misc.rb"
|
||
|
|
||
|
class TestA < TestCaseForParallelTest
|
||
|
def ptest_nothing_test
|
||
|
end
|
||
|
end
|
||
|
|