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

duplicate tests removed.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2005-03-06 03:02:52 +00:00
parent d6c5652cbd
commit 22d8da0c27

View file

@ -96,19 +96,6 @@ module TestEOF
}
end
def test_eof_2
open_file("") {|f|
assert_equal("", f.read)
assert(f.eof?)
}
end
def test_eof_3
open_file("") {|f|
assert(f.eof?)
}
end
module Seek
def open_file_seek(content, pos)
open_file(content) do |f|