diff options
author | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-05-21 00:23:32 -0700 |
---|---|---|
committer | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-05-21 00:23:32 -0700 |
commit | 191b2b7b7e6e2cf4fc5a24321bc9b1e593f96551 (patch) | |
tree | 926f27080e6bc10f49d55ad209b4b8b665818d90 /spec/arel | |
parent | 41f80e494af3ce7c8f3d6aa34f8303524a48373b (diff) | |
download | rails-191b2b7b7e6e2cf4fc5a24321bc9b1e593f96551.tar.gz rails-191b2b7b7e6e2cf4fc5a24321bc9b1e593f96551.tar.bz2 rails-191b2b7b7e6e2cf4fc5a24321bc9b1e593f96551.zip |
externalization now includes limits
Diffstat (limited to 'spec/arel')
-rw-r--r-- | spec/arel/integration/joins/with_aggregations_spec.rb | 1 |
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` |