Skip to content

Commit

Permalink
Fix warning about ambiguous first argument
Browse files Browse the repository at this point in the history
  • Loading branch information
arunagw committed May 29, 2015
1 parent 6e83a13 commit fbe41a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/controller/log_subscriber_test.rb
Expand Up @@ -170,7 +170,7 @@ def test_process_action_with_wrapped_parameters
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
Expand Down

0 comments on commit fbe41a2

Please sign in to comment.