Sha256: a415f4c5407f9395aabd724c7afb2afd8563a5dca4eade70a27eefe064a5be94
Contents?: true
Size: 590 Bytes
Versions: 52
Compression:
Stored size: 590 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) require File.expand_path('../fixtures/classes', __FILE__) require File.expand_path('../shared/write', __FILE__) describe "StringIO#write when passed [Object]" do it_behaves_like :stringio_write, :write end describe "StringIO#write when passed [String]" do it_behaves_like :stringio_write_string, :write end describe "StringIO#write when self is not writable" do it_behaves_like :stringio_write_not_writable, :write end describe "StringIO#write when in append mode" do it_behaves_like :stringio_write_append, :write end
Version data entries
52 entries across 52 versions & 2 rubygems