Sha256: f7b0862c4dd57426e9d2c504527e762ca68abf1eb48464ccc8b0e2a8f513c81c

Contents?: true

Size: 176 Bytes

Versions: 1

Compression:

Stored size: 176 Bytes

Contents

require 'environment'

class EncodingTest < MiniTest::Unit::TestCase
  context "The BEncode encoder" do
    should_encode "i42e", 42
    should_encode "3:foo", "foo"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bencode-0.8.0 test/encoding_test.rb