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
1 changed files with 1 additions and 1 deletions

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