diff --git a/test/functional/admin_controller_test.rb b/test/functional/admin_controller_test.rb index d1e034d3..7aed5c70 100644 --- a/test/functional/admin_controller_test.rb +++ b/test/functional/admin_controller_test.rb @@ -155,7 +155,7 @@ class AdminControllerTest < Test::Unit::TestCase #returns to the same form assert_success - assert @response.has_template_object?(:error) + assert @response.has_template_object?('error') end def test_edit_web_rename_to_already_existing_web_name @@ -169,7 +169,7 @@ class AdminControllerTest < Test::Unit::TestCase #returns to the same form assert_success - assert @response.has_template_object?(:error) + assert @response.has_template_object?('error') end def test_edit_web_empty_password @@ -180,7 +180,7 @@ class AdminControllerTest < Test::Unit::TestCase #returns to the same form assert_success - assert @response.has_template_object?(:error) + assert @response.has_template_object?('error') end