test/utf8_decoding_test.rb in bencode-0.7.0 vs test/utf8_decoding_test.rb in bencode-0.8.0

- old
+ new

@@ -1,6 +1,5 @@ - -require 'test/environment' +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')