diff options
author | Yehuda Katz <yehudakatz@99-204-89-33.pools.spcsdns.net> | 2010-02-05 22:48:13 -0800 |
---|---|---|
committer | Yehuda Katz <yehudakatz@99-204-89-33.pools.spcsdns.net> | 2010-02-05 22:48:13 -0800 |
commit | 5384df5589c7adccff845e943ce594f556397e77 (patch) | |
tree | 91f9e56a44ce625d14e3c6dc0fe0ae7d55890e44 /actionpack | |
parent | b392c818692b39b09836071a30e7a65034e752b5 (diff) | |
download | rails-5384df5589c7adccff845e943ce594f556397e77.tar.gz rails-5384df5589c7adccff845e943ce594f556397e77.tar.bz2 rails-5384df5589c7adccff845e943ce594f556397e77.zip |
Updates subscriber test for new output
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/test/controller/subscriber_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/subscriber_test.rb b/actionpack/test/controller/subscriber_test.rb index 119a18ebc5..d7c1166f14 100644 --- a/actionpack/test/controller/subscriber_test.rb +++ b/actionpack/test/controller/subscriber_test.rb @@ -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 |