From 191b2b7b7e6e2cf4fc5a24321bc9b1e593f96551 Mon Sep 17 00:00:00 2001 From: Nick Kallen Date: Wed, 21 May 2008 00:23:32 -0700 Subject: externalization now includes limits --- spec/arel/integration/joins/with_aggregations_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec') diff --git a/spec/arel/integration/joins/with_aggregations_spec.rb b/spec/arel/integration/joins/with_aggregations_spec.rb index d429806094..42248add07 100644 --- a/spec/arel/integration/joins/with_aggregations_spec.rb +++ b/spec/arel/integration/joins/with_aggregations_spec.rb @@ -16,6 +16,7 @@ module Arel end describe '#to_sql' do + # CLEANUP it '' do @relation1.join(@relation2.take(3)).on(@predicate).to_sql.should be_like(" SELECT `users`.`id`, `users`.`name`, `photos_external`.`id`, `photos_external`.`user_id`, `photos_external`.`camera_id` -- cgit v1.2.3