aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathname
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-17 00:59:02 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-17 00:59:02 +0000
commit3e5c21f7cb1e8766da7e02ddb2e081b1796f9c3d (patch)
tree18b76fe7f91533f631a791d1e601b7ac8c32a73f /test/pathname
parent4fd244358016913ccb4e2e6840ea8dc3459c4fb7 (diff)
downloadruby-3e5c21f7cb1e8766da7e02ddb2e081b1796f9c3d.tar.gz
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
Diffstat (limited to 'test/pathname')
-rw-r--r--test/pathname/test_pathname.rb1
1 files changed, 0 insertions, 1 deletions
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