1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-01 05:09:40 +00:00

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
This commit is contained in:
Toshi MARUYAMA 2019-10-23 05:37:44 +00:00
parent c36d7f84bd
commit 51380182e0

View 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