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