Skip to content

Commit

Permalink
Remove obsolete line (was needed for Ruby 1.8.7 support)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Feb 5, 2014
1 parent 1df4dcf commit 4c3e11d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activesupport/test/core_ext/enumerable_test.rb
Expand Up @@ -8,7 +8,6 @@ def +(p) self.class.new(price + p.price) end
end end


class EnumerableTests < ActiveSupport::TestCase class EnumerableTests < ActiveSupport::TestCase
Enumerator = [].each.class


class GenericEnumerable class GenericEnumerable
include Enumerable include Enumerable
Expand Down

0 comments on commit 4c3e11d

Please sign in to comment.