Sha256: d576dcb71e5893c5b5813f8296ce57b6e7743c555727357b4c96814d350ed797
Contents?: true
Size: 351 Bytes
Versions: 52
Compression:
Stored size: 351 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) require 'stringio' require File.expand_path('../shared/each_byte', __FILE__) describe "StringIO#each_byte" do it_behaves_like :stringio_each_byte, :each_byte end describe "StringIO#each_byte when self is not readable" do it_behaves_like :stringio_each_byte_not_readable, :each_byte end
Version data entries
52 entries across 52 versions & 2 rubygems