diff --git a/test/functional/account_controller_test.rb b/test/functional/account_controller_test.rb index 8ae54c8..7d86167 100644 --- a/test/functional/account_controller_test.rb +++ b/test/functional/account_controller_test.rb @@ -648,7 +648,7 @@ class AccountControllerTest < ActionController::TestCase :image => fixture_file_upload('/files/rails.png', 'image/png') } - assert_response :successs + assert_response :success person = Person["testuser"] assert_equal "rails.png", person.image.filename -- libgit2 0.21.2