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 27520c9 commit 35c3ac3Copy full SHA for 35c3ac3
test/cases/coerced_tests.rb
@@ -862,3 +862,19 @@ class StatementCacheTest < ActiveRecord::TestCase
862
coerce_tests! :test_find_does_not_use_statement_cache_if_table_name_is_changed
863
end
864
865
+
866
867
868
869
+module ActiveRecord
870
+ module ConnectionAdapters
871
+ class SchemaCacheTest < ActiveRecord::TestCase
872
+ private
873
+ # We need to give the full path for this to work.
874
+ def schema_dump_path
875
+ File.join ARTest::SQLServer.root_activerecord, 'test/assets/schema_dump_5_1.yml'
876
+ end
877
878
879
+end
880
0 commit comments