Skip to content

Commit 9c06005

Browse files
committed
[Rails5] Coerce test with non-SQLServer || operator.
1 parent dda13b9 commit 9c06005

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/cases/coerced_tests.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,13 @@ def test_eager_load_belongs_to_primary_key_quoting_coerced
446446

447447

448448

449+
class LeftOuterJoinAssociationTest < ActiveRecord::TestCase
450+
# Uses || operator in SQL. Just trust core gets value out of this test.
451+
coerce_tests! :test_does_not_override_select
452+
end
453+
454+
455+
449456

450457
class NamedScopingTest < ActiveRecord::TestCase
451458
# This works now because we add an `order(:id)` sort to break the order tie for deterministic results.

0 commit comments

Comments
 (0)