test/bittorrent_test.rb in bencode-0.8.0 vs test/bittorrent_test.rb in bencode-0.8.1
- old
+ new
@@ -1,8 +1,8 @@
require 'environment'
-class BitTorrentTest < MiniTest::Unit::TestCase
- should "load a bencoded torrent file" do
+describe "bittorrent" do
+ it "should load a bencoded torrent file" do
BEncode.load_file("test/fixtures/python.torrent")
pass
end
end