1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Fix RuboCop offense Style/ReturnNilInPredicateMethodDefinition (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@22264 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2023-06-29 01:56:18 +00:00
parent 0befc3a23c
commit e41551632d

View File

@ -126,7 +126,7 @@ class ActiveSupport::TestCase
return @test_ldap.bind
rescue => e
# LDAP is not listening
return nil
return false
end
def self.convert_installed?