From d9f771c3a6c6dadcc0492a4779586dc811b6c182 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 24 Sep 2014 15:02:10 -0300 Subject: [PATCH] Fix broken test --- test/functional/account_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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