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:
parent
d6c5652cbd
commit
22d8da0c27
1 changed files with 0 additions and 13 deletions
|
@ -96,19 +96,6 @@ module TestEOF
|
||||||
}
|
}
|
||||||
end
|
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
|
module Seek
|
||||||
def open_file_seek(content, pos)
|
def open_file_seek(content, pos)
|
||||||
open_file(content) do |f|
|
open_file(content) do |f|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue