1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/tool/test/testunit/tests_for_parallel/ptest_first.rb

8 lines
122 B
Ruby

# frozen_string_literal: false
require 'test/unit'
class TestA < Test::Unit::TestCase
def test_nothing_test
end
end