Sha256: e55b23dea1a61034f1baf29ca18f032dc6dcef3064822f67e9100b8cfd4bbe09
Contents?: true
Size: 249 Bytes
Versions: 1
Compression:
Stored size: 249 Bytes
Contents
require 'test/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.7.0 | test/utf8_decoding_test.rb |