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:
parent
0befc3a23c
commit
e41551632d
@ -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?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user