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:
parent
3120252f01
commit
5627f744cc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue