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
This commit is contained in:
Toshi MARUYAMA 2014-05-07 08:25:00 +00:00
parent e06de47234
commit 1944473eee
1 changed files with 1 additions and 1 deletions

View File

@ -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