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

- old
+ new

@@ -1,7 +1,5 @@ - -require 'test/environment' - +require 'environment' class BitTorrentTest < MiniTest::Unit::TestCase should "load a bencoded torrent file" do BEncode.load_file("test/fixtures/python.torrent") pass