Sha256: f597eaeeb88eb5c9916aa1759c907d1a1d6e7ee34842b1bf58407d045e08ab3a
Contents?: true
Size: 178 Bytes
Versions: 1
Compression:
Stored size: 178 Bytes
Contents
require 'test/environment' class EncodingTest < Test::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.6.0 | test/encoding_test.rb |