Skip to content

Commit da47960

Browse files
Fix failures in AS with minitest 4.7.4
1 parent 730408f commit da47960

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

activesupport/test/test_case_test.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ def options
1919

2020
def record(*args)
2121
end
22+
23+
def info_signal
24+
end
2225
end
2326

2427
def test_standard_error_raised_within_setup_callback_is_puked

0 commit comments

Comments
 (0)