test/encoding_test.rb in bencode-0.6.0 vs test/encoding_test.rb in bencode-0.7.0
- old
+ new
@@ -1,8 +1,8 @@
require 'test/environment'
-class EncodingTest < Test::Unit::TestCase
+class EncodingTest < MiniTest::Unit::TestCase
context "The BEncode encoder" do
should_encode "i42e", 42
should_encode "3:foo", "foo"
end
end