1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add require 'test/unit'

This commit is contained in:
Kazuhiro NISHIYAMA 2019-06-28 12:37:07 +09:00
parent 3120252f01
commit 5627f744cc
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -5,8 +5,8 @@
#
# Ad hoc tests of IO#scanf (needs to be expanded)
require "scanf"
require 'test/unit'
require 'scanf'
class TestScanfIO < Test::Unit::TestCase
def test_io