mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@d6921ef
This commit is contained in:
parent
207a5a5bc1
commit
a6c6eef04a
44 changed files with 1141 additions and 250 deletions
|
@ -30,7 +30,7 @@ describe "StringIO#ungetbyte" do
|
|||
io.string.should == 'Shis is a simple string.'
|
||||
end
|
||||
|
||||
it "ungets the bytes of a string if given a string as an argument" do
|
||||
it "ungets the bytes of a string if given a string as an arugment" do
|
||||
str = "\u01a9"
|
||||
io = StringIO.new(str)
|
||||
b = io.getbyte
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue