mirror of
https://github.com/redmine/redmine.git
synced 2026-07-19 23:51:08 +02: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:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user