aboutsummaryrefslogtreecommitdiffstats
path: root/spec/engines
diff options
context:
space:
mode:
authorErnie Miller <ernie@metautonomo.us>2010-05-27 08:24:26 -0400
committerErnie Miller <ernie@metautonomo.us>2010-05-27 08:24:26 -0400
commita9b3581007a3609c21c1093ab3a07bf8d6408031 (patch)
treedd5915e0feb66a1a99f7d578326fd141f44584ec /spec/engines
parentc69dfd53dec5dbc9d73469e373db6bb51db1c8dd (diff)
downloadrails-a9b3581007a3609c21c1093ab3a07bf8d6408031.tar.gz
rails-a9b3581007a3609c21c1093ab3a07bf8d6408031.tar.bz2
rails-a9b3581007a3609c21c1093ab3a07bf8d6408031.zip
Whitespace cleanup
Diffstat (limited to 'spec/engines')
-rw-r--r--spec/engines/sql/unit/relations/having_spec.rb2
1 files changed, 1 insertions, 1 deletions
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