Fix RuboCop offense Style/MethodCallWithoutArgsParentheses (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@22075 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2023-01-25 02:14:28 +00:00
parent 1a2674ad6b
commit a6bdeb708d
3 changed files with 3 additions and 3 deletions

View File

@@ -174,7 +174,7 @@ class BazaarAdapterTest < ActiveSupport::TestCase
end
def test_entry
entry = @adapter.entry()
entry = @adapter.entry
assert_equal "", entry.path
assert_equal "dir", entry.kind
entry = @adapter.entry('')