]> source.dussan.org Git - redmine.git/commitdiff
code cleanup: rubocop: fix Layout/AlignArguments in test/unit/repository_test.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 23 Oct 2019 05:37:44 +0000 (05:37 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 23 Oct 2019 05:37:44 +0000 (05:37 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18848 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/repository_test.rb

index 1d7d572c355230184254f3e93329ed0b133c1a66..d5ba0e6f4783e2b832518966addc2fd7f2b2a89b 100644 (file)
@@ -309,7 +309,7 @@ class RepositoryTest < ActiveSupport::TestCase
     assert repository.save
     repository.reload
     assert_equal ':pserver:login:password@host:/path/to/the/repository',
-                  repository.url
+                 repository.url
     assert_equal 'foo', repository.root_url
   end