##// END OF EJS Templates
remove unneeded trailing ';' from test/functional/repositories_git_controller_test.rb...
Toshi MARUYAMA -
r12856:1944473eeeb3
parent child
Show More
@@ -377,7 +377,7 class RepositoriesGitControllerTest < ActionController::TestCase
377 :url => REPOSITORY_PATH,
377 :url => REPOSITORY_PATH,
378 :identifier => 'test-diff-path',
378 :identifier => 'test-diff-path',
379 :path_encoding => 'ISO-8859-1'
379 :path_encoding => 'ISO-8859-1'
380 );
380 )
381 assert repo
381 assert repo
382 assert_equal false, repo.is_default
382 assert_equal false, repo.is_default
383 assert_equal 'test-diff-path', repo.identifier
383 assert_equal 'test-diff-path', repo.identifier
General Comments 0
You need to be logged in to leave comments. Login now