1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix warning about ambiguous first argument

This commit is contained in:
Arun Agrawal 2015-05-29 07:38:45 +02:00
parent 6e83a133f7
commit fbe41a2477

View file

@ -170,7 +170,7 @@ class ACLogSubscriberTest < ActionController::TestCase
def test_process_action_with_view_runtime
get :show
wait
assert_match /Completed 200 OK in [\d]ms/, logs[1]
assert_match(/Completed 200 OK in [\d]ms/, logs[1])
end
def test_append_info_to_payload_is_called_even_with_exception