Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
681bd8b8
Commit
681bd8b8
authored
Dec 24, 2021
by
orozot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comment to present tense
parent
da6bcab3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/models/user.rb
app/models/user.rb
+1
-1
spec/models/user_spec.rb
spec/models/user_spec.rb
+1
-1
No files found.
app/models/user.rb
View file @
681bd8b8
...
...
@@ -724,7 +724,7 @@ class User < ApplicationRecord
)
end
# This method
will be
overridden in JiHu.
# This method
is
overridden in JiHu.
# https://gitlab.com/gitlab-org/gitlab/-/issues/348509
def
user_search_minimum_char_limit
true
...
...
spec/models/user_spec.rb
View file @
681bd8b8
...
...
@@ -2540,7 +2540,7 @@ RSpec.describe User do
describe
'.user_search_minimum_char_limit'
do
it
'returns true'
do
expect
(
described_class
.
user_search_minimum_char_limit
).
to
be
true
expect
(
described_class
.
user_search_minimum_char_limit
).
to
be
(
true
)
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment