We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0688b6 commit 7f378aeCopy full SHA for 7f378ae
test/cases/associations_test_sqlserver.rb
@@ -2,9 +2,9 @@
2
require 'models/owner'
3
4
class HasManyThroughAssociationsTest < ActiveRecord::TestCase
5
- COERCED_TESTS = [:test_has_many_through_obeys_order_on_through_association]
6
- # Rails does not do a case-insensive comparison
7
- # Until that patch is made to rails we are preventing this test from running in this gem.
+ COERCED_TESTS = [:test_has_many_through_obeys_order_on_through_association]
+ # Rails does not do a case-insensive comparison
+ # Until that patch is made to rails we are preventing this test from running in this gem.
8
9
include SqlserverCoercedTest
10
def test_coerced_has_many_through_obeys_order_on_through_association
0 commit comments