Sha256: 2b9a1b87eb6f050fda65439f88f433bfdeef113b3359b17aa262889b58fa9309
Contents?: true
Size: 243 Bytes
Versions: 1
Compression:
Stored size: 243 Bytes
Contents
require 'environment' class UTF8DecodingTest < MiniTest::Unit::TestCase context "The BEncode decoder" do should "be able to handle UTF8-encoded data" do BEncode.load_file('test/fixtures/test.torrent') pass end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bencode-0.8.0 | test/utf8_decoding_test.rb |