aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorNick Kallen <nkallen@nick-kallens-computer-2.local>2008-04-12 16:47:53 -0700
committerNick Kallen <nkallen@nick-kallens-computer-2.local>2008-04-12 16:47:53 -0700
commitf2bc41e6f2f6b22e7a9378a43f804cd4f7a8c1da (patch)
treeb2932d56879a5eaab240af67a77be85d37101295 /spec
parent84bc172dbcab98d4dd55a044e44b907e6bafd7b0 (diff)
downloadrails-f2bc41e6f2f6b22e7a9378a43f804cd4f7a8c1da.tar.gz
rails-f2bc41e6f2f6b22e7a9378a43f804cd4f7a8c1da.tar.bz2
rails-f2bc41e6f2f6b22e7a9378a43f804cd4f7a8c1da.zip
typo
Diffstat (limited to 'spec')
-rw-r--r--spec/active_relation/unit/relations/join_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/active_relation/unit/relations/join_spec.rb b/spec/active_relation/unit/relations/join_spec.rb
index 60ede711a9..c25629536d 100644
--- a/spec/active_relation/unit/relations/join_spec.rb
+++ b/spec/active_relation/unit/relations/join_spec.rb
@@ -99,8 +99,6 @@ module ActiveRelation
@aggregation = @relation2 \
.aggregate(@relation2[:user_id], @relation2[:id].count.as(:cnt)) \
.group(@relation2[:user_id]) \
-
- git
.as('photo_count')
end