diff --git a/actionpack/test/controller/log_subscriber_test.rb b/actionpack/test/controller/log_subscriber_test.rb index ef345df6e9efc98d1b1d016d6e2dd5a670d39d62..8762b8ff377ee1d7cf2b1a71ac6c8d51409df7c9 100644 --- a/actionpack/test/controller/log_subscriber_test.rb +++ b/actionpack/test/controller/log_subscriber_test.rb @@ -226,6 +226,7 @@ def test_redirect_to assert_equal 3, logs.size assert_equal "Redirected to http://foo.bar/", logs[1] + assert_match(/Completed 302/, logs.last) end def test_filter_redirect_url_by_string