From fa12b394ff6240358a32ecff63700f85084da5ac Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 4 Aug 2010 16:04:28 -0700 Subject: removing Group#==, improving Group test --- lib/arel/algebra/relations/operations/group.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/arel') diff --git a/lib/arel/algebra/relations/operations/group.rb b/lib/arel/algebra/relations/operations/group.rb index f3666cacf8..16a2963c93 100644 --- a/lib/arel/algebra/relations/operations/group.rb +++ b/lib/arel/algebra/relations/operations/group.rb @@ -7,13 +7,6 @@ module Arel @groupings = groupings.collect { |g| g.bind(relation) } end - def == other - super || - self.class === other && - @relation == other.relation && - @groupings == other.groupings - end - def eval raise NotImplementedError end -- cgit v1.2.3