aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorNick Kallen <nkallen@nick-kallens-computer-2.local>2008-05-21 00:23:32 -0700
committerNick Kallen <nkallen@nick-kallens-computer-2.local>2008-05-21 00:23:32 -0700
commit191b2b7b7e6e2cf4fc5a24321bc9b1e593f96551 (patch)
tree926f27080e6bc10f49d55ad209b4b8b665818d90 /spec
parent41f80e494af3ce7c8f3d6aa34f8303524a48373b (diff)
downloadrails-191b2b7b7e6e2cf4fc5a24321bc9b1e593f96551.tar.gz
rails-191b2b7b7e6e2cf4fc5a24321bc9b1e593f96551.tar.bz2
rails-191b2b7b7e6e2cf4fc5a24321bc9b1e593f96551.zip
externalization now includes limits
Diffstat (limited to 'spec')
-rw-r--r--spec/arel/integration/joins/with_aggregations_spec.rb1
1 files changed, 1 insertions, 0 deletions
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`