diff options
Diffstat (limited to 'spec/engines/sql')
-rw-r--r-- | spec/engines/sql/unit/relations/having_spec.rb | 2 |
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 |