summaryrefslogtreecommitdiffstats
path: root/test/functional/projects_controller_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-09-02 10:08:51 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-09-02 10:08:51 +0000
commit265baa1b2c5d0bcf37e12f1df0b3339c793b46e7 (patch)
treeb5c129089cfd61e71206da7e4c94eaebef026c79 /test/functional/projects_controller_test.rb
parent139ddd639f4196cd0b024400febb414a24cdb2fc (diff)
downloadredmine-265baa1b2c5d0bcf37e12f1df0b3339c793b46e7.tar.gz
redmine-265baa1b2c5d0bcf37e12f1df0b3339c793b46e7.zip
Upgrade to Rails 3.2.8 (#11758).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10275 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/projects_controller_test.rb')
-rw-r--r--test/functional/projects_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb
index a73bd079a..8d5be729f 100644
--- a/test/functional/projects_controller_test.rb
+++ b/test/functional/projects_controller_test.rb
@@ -409,7 +409,7 @@ class ProjectsControllerTest < ActionController::TestCase
post :update, :id => 1, :project => {:name => ''}
assert_response :success
assert_template 'settings'
- assert_error_tag :content => /name can't be blank/i
+ assert_error_tag :content => /name can&#x27;t be blank/i
end
def test_update_should_be_denied_for_member_on_closed_project