mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@a454137
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fc1f3f14d3
commit
9dc121cc57
143 changed files with 328 additions and 146 deletions
|
|
@ -12,4 +12,3 @@ describe "Zlib::Deflate#set_dictionary" do
|
|||
2, 0, 21, 134, 3, 248].pack('C*')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -19,4 +19,3 @@ describe "Zlib::GzipFile#close" do
|
|||
io.string[10..-1].should == ([3] + Array.new(9,0)).pack('C*')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -14,4 +14,3 @@ describe "Zlib::GzipFile#closed?" do
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -24,4 +24,3 @@ describe "Zlib::GzipFile#comment" do
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -24,4 +24,3 @@ describe "Zlib::GzipFile#orig_name" do
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -24,4 +24,3 @@ describe "GzipReader#pos" do
|
|||
end
|
||||
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@ describe "Zlib::Inflate#set_dictionary" do
|
|||
i.finish.should == 'abcdefghij'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -12,5 +12,3 @@ describe "Zlib::ZStream#flush_next_out" do
|
|||
zs.flush_next_out.should == ''
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue