aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorNick Kallen <nkallen@nick-kallens-computer-2.local>2008-05-16 14:47:34 -0700
committerNick Kallen <nkallen@nick-kallens-computer-2.local>2008-05-16 14:47:34 -0700
commit131b106dc0c6b001a78f6f6656c52c49831b9c9d (patch)
treed66ace70492bc082e2298373c1a82097ce45789c /spec
parent6064001d642fdbd18cdfe2aafc1f17e8fb248bd1 (diff)
downloadrails-131b106dc0c6b001a78f6f6656c52c49831b9c9d.tar.gz
rails-131b106dc0c6b001a78f6f6656c52c49831b9c9d.tar.bz2
rails-131b106dc0c6b001a78f6f6656c52c49831b9c9d.zip
better messaging
Diffstat (limited to 'spec')
-rw-r--r--spec/arel/integration/joins/with_adjacency_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/arel/integration/joins/with_adjacency_spec.rb b/spec/arel/integration/joins/with_adjacency_spec.rb
index 56ead0993a..e75ae3766e 100644
--- a/spec/arel/integration/joins/with_adjacency_spec.rb
+++ b/spec/arel/integration/joins/with_adjacency_spec.rb
@@ -98,7 +98,7 @@ module Arel
end
describe 'when the left relation is compound' do
- it '' do
+ it 'disambiguates the relation that serves as the ancestor to the attribute' do
relation = @relation1 \
.select(@predicate) \
.select(@predicate) \
@@ -110,7 +110,7 @@ module Arel
end
describe 'when the right relation is compound' do
- it '' do
+ it 'disambiguates the relation that serves as the ancestor to the attribute' do
relation = @relation1 \
.join( \
@relation2 \