From f7e1ed71fc590207db49bf0ac45f893e79cab849 2012-01-07 20:54:51 From: Jean-Philippe Lang Date: 2012-01-07 20:54:51 Subject: [PATCH] Typo. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8542 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index 66bd660..9b09d7f 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -2329,7 +2329,7 @@ class IssuesControllerTest < ActionController::TestCase assert_redirected_to '/projects/ecookbook/issues' end - def test_bulk_copy_should_allow_not_changing_the issue_attributes + def test_bulk_copy_should_allow_not_changing_the_issue_attributes @request.session[:user_id] = 2 issue_before_move = Issue.find(1) assert_difference 'Issue.count', 1 do