summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-01-07 20:54:51 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-01-07 20:54:51 +0000
commitf7e1ed71fc590207db49bf0ac45f893e79cab849 (patch)
treeae076de2d90c648dd16d1a999d632f3852274040
parent48fecd6285130cfbcdf93f21f5ec4670031e3d77 (diff)
downloadredmine-f7e1ed71fc590207db49bf0ac45f893e79cab849.tar.gz
redmine-f7e1ed71fc590207db49bf0ac45f893e79cab849.zip
Typo.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8542 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--test/functional/issues_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb
index 66bd6606c..9b09d7f6b 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