mirror of
https://github.com/redmine/redmine.git
synced 2025-11-13 08:46:01 +01:00
cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/lib/redmine/scm/adapters/subversion_adapter_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19156 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -45,9 +45,8 @@ class SubversionAdapterTest < ActiveSupport::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_info_nil
|
def test_info_nil
|
||||||
adpt = Redmine::Scm::Adapters::SubversionAdapter.new(
|
adpt = Redmine::Scm::Adapters::SubversionAdapter.
|
||||||
"file:///invalid/invalid/"
|
new("file:///invalid/invalid/")
|
||||||
)
|
|
||||||
assert_nil adpt.info
|
assert_nil adpt.info
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user