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

Updates subscriber test for new output

This commit is contained in:
Yehuda Katz 2010-02-05 22:48:13 -08:00
parent b392c81869
commit 5384df5589

View file

@ -73,7 +73,7 @@ class ACSubscriberTest < ActionController::TestCase
wait
assert_equal 2, logs.size
assert_match /Completed/, logs.last
assert_match /with 200/, logs.last
assert_match /200 OK/, logs.last
end
def test_process_action_without_parameters