diff options
Diffstat (limited to 'spec')
-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 \ |