mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@ab32a1a
This commit is contained in:
parent
f616e81637
commit
d3d5ef0cca
74 changed files with 1201 additions and 324 deletions
|
@ -17,3 +17,11 @@ end
|
|||
describe "StringIO#each when passed chomp" do
|
||||
it_behaves_like :stringio_each_chomp, :each
|
||||
end
|
||||
|
||||
describe "StringIO#each when passed chomp" do
|
||||
it_behaves_like :stringio_each_separator_and_chomp, :each
|
||||
end
|
||||
|
||||
describe "StringIO#each when passed limit" do
|
||||
it_behaves_like :stringio_each_limit, :each
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue