From 131b106dc0c6b001a78f6f6656c52c49831b9c9d Mon Sep 17 00:00:00 2001 From: Nick Kallen Date: Fri, 16 May 2008 14:47:34 -0700 Subject: better messaging --- spec/arel/integration/joins/with_adjacency_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/arel') 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 \ -- cgit v1.2.3