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:
parent
e06de47234
commit
1944473eee
|
@ -377,7 +377,7 @@ class RepositoriesGitControllerTest < ActionController::TestCase
|
||||||
:url => REPOSITORY_PATH,
|
:url => REPOSITORY_PATH,
|
||||||
:identifier => 'test-diff-path',
|
:identifier => 'test-diff-path',
|
||||||
:path_encoding => 'ISO-8859-1'
|
:path_encoding => 'ISO-8859-1'
|
||||||
);
|
)
|
||||||
assert repo
|
assert repo
|
||||||
assert_equal false, repo.is_default
|
assert_equal false, repo.is_default
|
||||||
assert_equal 'test-diff-path', repo.identifier
|
assert_equal 'test-diff-path', repo.identifier
|
||||||
|
|
Loading…
Reference in New Issue