From a9b3581007a3609c21c1093ab3a07bf8d6408031 Mon Sep 17 00:00:00 2001 From: Ernie Miller Date: Thu, 27 May 2010 08:24:26 -0400 Subject: Whitespace cleanup --- spec/engines/sql/unit/relations/having_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/engines') diff --git a/spec/engines/sql/unit/relations/having_spec.rb b/spec/engines/sql/unit/relations/having_spec.rb index a7f2f0da96..931e8d0a06 100644 --- a/spec/engines/sql/unit/relations/having_spec.rb +++ b/spec/engines/sql/unit/relations/having_spec.rb @@ -39,7 +39,7 @@ module Arel end end end - + describe 'when given two predicates' do it "manufactures sql with where clause conditions joined by AND" do sql = @relation.group(@relation[:department]).having("MIN(salary) > 1000", "MAX(salary) < 10000").to_sql -- cgit v1.2.3