From c2f9f707fc56ca610fb1706886b3111dfe1d286f Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 12 Mar 2010 17:19:59 -0800 Subject: Add shared tests for skip --- lib/arel/algebra/relations/operations/skip.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/arel/algebra/relations/operations/skip.rb b/lib/arel/algebra/relations/operations/skip.rb index 689e06e1c3..43db134ea0 100644 --- a/lib/arel/algebra/relations/operations/skip.rb +++ b/lib/arel/algebra/relations/operations/skip.rb @@ -1,6 +1,7 @@ module Arel class Skip < Compound attributes :relation, :skipped - deriving :initialize, :== + deriving :initialize, :== + requires :skipping end end -- cgit v1.2.3