Sha256: 06337d27be9066cdf4c7dd3c0ae744a9e974676d48b06ee17dadbf8db372571e
Contents?: true
Size: 500 Bytes
Versions: 52
Compression:
Stored size: 500 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) require File.expand_path('../fixtures/classes', __FILE__) require File.expand_path('../shared/each', __FILE__) describe "StringIO#each when passed a separator" do it_behaves_like :stringio_each_separator, :each end describe "StringIO#each when passed no arguments" do it_behaves_like :stringio_each_no_arguments, :each end describe "StringIO#each when self is not readable" do it_behaves_like :stringio_each_not_readable, :each end
Version data entries
52 entries across 52 versions & 2 rubygems