Commit 064b1d5a authored by Patrick Bajao's avatar Patrick Bajao

Merge branch 'kerrizor-master-patch-20395' into 'master'

Fix small typo in merge_request_helpers.rb

See merge request gitlab-org/gitlab!48833
parents 5c5cf666 4e746862
......@@ -7,7 +7,8 @@ module Spec
module MergeRequestHelpers
def preload_view_requirements(merge_request, note)
# This will load the status fields of the author of the note and merge request
# to avoid queries in when rendering the view being tested.
# to avoid queries when rendering the view being tested.
#
merge_request.author.status
note.author.status
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment