Sha256: feb4801009f9ecddf276cca0300b44762020bb8eb9374e9e63da7e8c5ab518e7

Contents?: true

Size: 219 Bytes

Versions: 7

Compression:

Stored size: 219 Bytes

Contents

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

describe "StringIO#fcntl" do
  it "raises a NotImplementedError" do
    lambda { StringIO.new("boom").fcntl }.should raise_error(NotImplementedError)
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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