Sha256: 17b82757960060065363d3218fbb3c6756a9b2c12a3c4148bd61fe81d7f62152
Contents?: true
Size: 441 Bytes
Versions: 7
Compression:
Stored size: 441 Bytes
Contents
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
7 entries across 7 versions & 1 rubygems