diff options
author | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-05-16 14:47:34 -0700 |
---|---|---|
committer | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-05-16 14:47:34 -0700 |
commit | 131b106dc0c6b001a78f6f6656c52c49831b9c9d (patch) | |
tree | d66ace70492bc082e2298373c1a82097ce45789c /spec/arel | |
parent | 6064001d642fdbd18cdfe2aafc1f17e8fb248bd1 (diff) | |
download | rails-131b106dc0c6b001a78f6f6656c52c49831b9c9d.tar.gz rails-131b106dc0c6b001a78f6f6656c52c49831b9c9d.tar.bz2 rails-131b106dc0c6b001a78f6f6656c52c49831b9c9d.zip |
better messaging
Diffstat (limited to 'spec/arel')
-rw-r--r-- | spec/arel/integration/joins/with_adjacency_spec.rb | 4 |
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 \ |