Sha256: 73a0cebeb41851f802c2b919bbdf2c4c11790fc9038f304223f01ee102cc2510
Contents?: true
Size: 530 Bytes
Versions: 52
Compression:
Stored size: 530 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_line when passed a separator" do it_behaves_like :stringio_each_separator, :each_line end describe "StringIO#each_line when passed no arguments" do it_behaves_like :stringio_each_no_arguments, :each_line end describe "StringIO#each_line when self is not readable" do it_behaves_like :stringio_each_not_readable, :each_line end
Version data entries
52 entries across 52 versions & 2 rubygems