Sha256: 6898d267028f61cd211031bc6a23377d9e393fbde3c7fd604896d83ccf83834d
Contents?: true
Size: 249 Bytes
Versions: 59
Compression:
Stored size: 249 Bytes
Contents
describe :stringio_tell, :shared => true do before(:each) do @io = StringIOSpecs.build end it "returns the current byte offset" do @io.getc @io.send(@method).should == 1 @io.read(7) @io.send(@method).should == 8 end end
Version data entries
59 entries across 59 versions & 3 rubygems