Skip to content

Commit aee5f7a

Browse files
committed
Coerce and call original
1 parent 66db048 commit aee5f7a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/cases/coerced_tests.rb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,3 +1463,13 @@ def test_eager_loading_too_may_ids_coerced
14631463
end
14641464
end
14651465
end
1466+
1467+
1468+
1469+
1470+
class LogSubscriberTest < ActiveRecord::TestCase
1471+
coerce_tests! :test_vebose_query_logs
1472+
def test_vebose_query_logs_coerced
1473+
original_test_vebose_query_logs
1474+
end
1475+
end

0 commit comments

Comments
 (0)