Commit d9f771c3a6c6dadcc0492a4779586dc811b6c182

Authored by Antonio Terceiro
1 parent 84b5bdee

Fix broken test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/functional/account_controller_test.rb
@@ -648,7 +648,7 @@ class AccountControllerTest < ActionController::TestCase @@ -648,7 +648,7 @@ class AccountControllerTest < ActionController::TestCase
648 :image => fixture_file_upload('/files/rails.png', 'image/png') 648 :image => fixture_file_upload('/files/rails.png', 'image/png')
649 } 649 }
650 650
651 - assert_response :successs 651 + assert_response :success
652 652
653 person = Person["testuser"] 653 person = Person["testuser"]
654 assert_equal "rails.png", person.image.filename 654 assert_equal "rails.png", person.image.filename