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 dc0b0cb commit f92f02bCopy full SHA for f92f02b
test/cases/coerced_tests.rb
@@ -47,3 +47,19 @@ class TypeLookupTest < ActiveRecord::TestCase
47
end
48
49
50
+
51
+module ActiveRecord
52
+ module ConnectionAdapters
53
+ class MergeAndResolveDefaultUrlConfigTest < ActiveRecord::TestCase
54
55
+ # All sorts of errors due to how we test. Even setting ENV['RAILS_ENV'] to
56
+ # a value of 'default_env' will still show tests failing. Just ignoring all
57
+ # of them since we have no monkey in this circus.
58
+ #
59
+ coerce_all_tests!
60
61
+ end
62
63
+end
64
65
0 commit comments