mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
8 lines
91 B
Ruby
8 lines
91 B
Ruby
|
require 'test/unit'
|
||
|
|
||
|
class TestA < Test::Unit::TestCase
|
||
|
def test_nothing_test
|
||
|
end
|
||
|
end
|
||
|
|