Skip to content

Commit f92f02b

Browse files
committed
ActiveRecord::ConnectionAdapters::MergeAndResolveDefaultUrlConfigTest
48 failures, 24 errors, 2 skips
1 parent dc0b0cb commit f92f02b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

test/cases/coerced_tests.rb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,19 @@ class TypeLookupTest < ActiveRecord::TestCase
4747
end
4848
end
4949

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+
end
63+
end
64+
65+

0 commit comments

Comments
 (0)