Sha256: 8a0e59924d38e87e5791e9d37e865b87bdeb6d437b41b35f4675d854e4993fb2

Contents?: true

Size: 179 Bytes

Versions: 7

Compression:

Stored size: 179 Bytes

Contents

require File.expand_path('../fixtures/classes', __FILE__)

describe "StringIO#fsync" do
  it "returns zero" do
    io = StringIO.new("fsync")
    io.fsync.should eql(0)
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rubysl-stringio-2.3 spec/fsync_spec.rb
rubysl-stringio-2.2 spec/fsync_spec.rb
rubysl-stringio-2.1 spec/fsync_spec.rb
rubysl-stringio-2.1.0 spec/fsync_spec.rb
rubysl-stringio-1.0.1 spec/fsync_spec.rb
rubysl-stringio-1.0.0 spec/fsync_spec.rb
rubysl-stringio-2.0.0 spec/fsync_spec.rb