aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorMarc-Andre Lafortune <github@marc-andre.ca>2014-02-04 01:51:21 -0500
committerMarc-Andre Lafortune <github@marc-andre.ca>2014-02-05 16:45:55 -0500
commit4c3e11d30a9295404c54646a5d0c8a47991c35d4 (patch)
tree8d99b97a281c6206e3a8c617c91548a769bd0b0e /activesupport/test
parent1df4dcf7dd9ec5cf8fed3c04d9427ad925f2b83b (diff)
downloadrails-4c3e11d30a9295404c54646a5d0c8a47991c35d4.tar.gz
rails-4c3e11d30a9295404c54646a5d0c8a47991c35d4.tar.bz2
rails-4c3e11d30a9295404c54646a5d0c8a47991c35d4.zip
Remove obsolete line (was needed for Ruby 1.8.7 support)
Diffstat (limited to 'activesupport/test')
-rw-r--r--activesupport/test/core_ext/enumerable_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/test/core_ext/enumerable_test.rb b/activesupport/test/core_ext/enumerable_test.rb
index 6781e3c20e..6c32622e71 100644
--- a/activesupport/test/core_ext/enumerable_test.rb
+++ b/activesupport/test/core_ext/enumerable_test.rb
@@ -8,7 +8,6 @@ class SummablePayment < Payment
end
class EnumerableTests < ActiveSupport::TestCase
- Enumerator = [].each.class
class GenericEnumerable
include Enumerable