summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-05-07 08:25:00 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-05-07 08:25:00 +0000
commit1944473eeeb37521b9d3f14b8f2ce443c81a2e29 (patch)
tree2b49d4a650844e0219e709a0ab31636b742dc2ef
parente06de4723444c760e3230c54554341fe0d1998e8 (diff)
downloadredmine-1944473eeeb37521b9d3f14b8f2ce443c81a2e29.tar.gz
redmine-1944473eeeb37521b9d3f14b8f2ce443c81a2e29.zip
remove unneeded trailing ';' from test/functional/repositories_git_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@13131 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--test/functional/repositories_git_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/repositories_git_controller_test.rb b/test/functional/repositories_git_controller_test.rb
index 33bba8c7f..25467e585 100644
--- a/test/functional/repositories_git_controller_test.rb
+++ b/test/functional/repositories_git_controller_test.rb
@@ -377,7 +377,7 @@ class RepositoriesGitControllerTest < ActionController::TestCase
:url => REPOSITORY_PATH,
:identifier => 'test-diff-path',
:path_encoding => 'ISO-8859-1'
- );
+ )
assert repo
assert_equal false, repo.is_default
assert_equal 'test-diff-path', repo.identifier