From: Toshi MARUYAMA Date: Wed, 23 Oct 2019 05:37:44 +0000 (+0000) Subject: code cleanup: rubocop: fix Layout/AlignArguments in test/unit/repository_test.rb X-Git-Tag: 4.1.0~255 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=51380182e07781decc77a311bef77e58e693014f;p=redmine.git code cleanup: rubocop: fix Layout/AlignArguments in test/unit/repository_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18848 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/repository_test.rb b/test/unit/repository_test.rb index 1d7d572c3..d5ba0e6f4 100644 --- a/test/unit/repository_test.rb +++ b/test/unit/repository_test.rb @@ -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