Upgrade to Rails 0.14.2; fixed a failing functional test

This commit is contained in:
Alexey Verkhovsky 2005-11-02 04:55:06 +00:00
parent e1d7b26be2
commit 3703c1e1b3
2 changed files with 6 additions and 3 deletions

View file

@ -288,7 +288,7 @@ class WikiControllerTest < Test::Unit::TestCase
r = process('published', 'web' => 'wiki1', 'id' => 'HomePage')
assert_redirected_to :action => 'show', :id => 'HomePage'
assert_response :missing
end