no more warning ambiguous first argument; put parentheses or even spaces on log_subscriber_test

This commit is contained in:
Santiago Pastorino 2010-02-26 20:45:01 -02:00 committed by Yehuda Katz
parent b25c41e6d8
commit f10a019452

@ -27,6 +27,6 @@ def test_request_notification
wait
assert_equal 2, @logger.logged(:info).size
assert_equal "GET http://37s.sunrise.i:3000/people/1.xml", @logger.logged(:info)[0]
assert_match /\-\-\> 200 200 106/, @logger.logged(:info)[1]
assert_match(/\-\-\> 200 200 106/, @logger.logged(:info)[1])
end
end
end