Sha256: fa30443648e005f1a9eca56f3f3af6927cc3c3ba5bb9cad263c7488e8931dbfd

Contents?: true

Size: 332 Bytes

Versions: 157

Compression:

Stored size: 332 Bytes

Contents

# encoding: ascii-8bit
require 'spec_helper'

describe Unpacker do
  let :unpacker do
    Unpacker.new
  end

  let :packer do
    Packer.new
  end

  it 'buffer' do
    o1 = unpacker.buffer.object_id
    unpacker.buffer << 'frsyuki'
    unpacker.buffer.to_s.should == 'frsyuki'
    unpacker.buffer.object_id.should == o1
  end
end

Version data entries

157 entries across 157 versions & 4 rubygems

Version Path
msgpack-1.6.0 spec/cruby/buffer_unpacker.rb
msgpack-1.5.6 spec/cruby/buffer_unpacker.rb
msgpack-1.5.5 spec/cruby/buffer_unpacker.rb
msgpack-1.5.4 spec/cruby/buffer_unpacker.rb
msgpack-1.5.3 spec/cruby/buffer_unpacker.rb
msgpack-1.5.2 spec/cruby/buffer_unpacker.rb
msgpack-1.5.1 spec/cruby/buffer_unpacker.rb
msgpack-1.5.0 spec/cruby/buffer_unpacker.rb
msgpack-1.4.5 spec/cruby/buffer_unpacker.rb
msgpack-1.4.4 spec/cruby/buffer_unpacker.rb
msgpack-1.4.4.pre1-java spec/cruby/buffer_unpacker.rb
msgpack-1.4.3 spec/cruby/buffer_unpacker.rb
msgpack-1.4.3-java spec/cruby/buffer_unpacker.rb
msgpack-1.4.2-java spec/cruby/buffer_unpacker.rb
msgpack-1.4.2 spec/cruby/buffer_unpacker.rb
msgpack-1.4.1-java spec/cruby/buffer_unpacker.rb
msgpack-1.4.0-java spec/cruby/buffer_unpacker.rb
msgpack-1.4.0.pre1 spec/cruby/buffer_unpacker.rb
msgpack-1.3.3-x64-mingw32 spec/cruby/buffer_unpacker.rb
msgpack-1.3.3-x86-mingw32 spec/cruby/buffer_unpacker.rb