From 3e5c21f7cb1e8766da7e02ddb2e081b1796f9c3d Mon Sep 17 00:00:00 2001 From: normal Date: Fri, 17 Jul 2015 00:59:02 +0000 Subject: remove unnecessary enumerator requires * lib/rinda/tuplespace.rb: remove enumerator require * test/pathname/test_pathname.rb: ditto Related to https://bugs.ruby-lang.org/issues/10902 but not a complete fix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/pathname/test_pathname.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/pathname/test_pathname.rb') diff --git a/test/pathname/test_pathname.rb b/test/pathname/test_pathname.rb index b012633a8c..94f0e3662f 100644 --- a/test/pathname/test_pathname.rb +++ b/test/pathname/test_pathname.rb @@ -3,7 +3,6 @@ require 'pathname' require 'fileutils' require 'tmpdir' -require 'enumerator' class TestPathname < Test::Unit::TestCase -- cgit v1.2.3