Sha256: fbda9a02ed0ce854f00ec73436516f3b29aabb3c43cf438ca7a619750d9b4a44
Contents?: true
Size: 614 Bytes
Versions: 52
Compression:
Stored size: 614 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#syswrite when passed [Object]" do it_behaves_like :stringio_write, :syswrite end describe "StringIO#syswrite when passed [String]" do it_behaves_like :stringio_write_string, :syswrite end describe "StringIO#syswrite when self is not writable" do it_behaves_like :stringio_write_not_writable, :syswrite end describe "StringIO#syswrite when in append mode" do it_behaves_like :stringio_write_append, :syswrite end
Version data entries
52 entries across 52 versions & 2 rubygems