From 1944473eeeb37521b9d3f14b8f2ce443c81a2e29 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 7 May 2014 08:25:00 +0000 Subject: [PATCH] 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 --- test/functional/repositories_git_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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