Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-09-02 01:16:56 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-09-02 01:16:56 +0300
commit5794d65a0743343bfaa367d10d7b0aaa82e20a25 (patch)
treed258c4fda15f9c40ff70b8fc713169eccfe62846 /spec/features/markdown_spec.rb
parentca8d225307280750597150b0b969998f99aad4a5 (diff)
Add post_process method to Gitlab::Markdown
Diffstat (limited to 'spec/features/markdown_spec.rb')
-rw-r--r--spec/features/markdown_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/markdown_spec.rb b/spec/features/markdown_spec.rb
index c557a1061af..fdd8cf07b12 100644
--- a/spec/features/markdown_spec.rb
+++ b/spec/features/markdown_spec.rb
@@ -220,7 +220,7 @@ describe 'GitLab Markdown', feature: true do
end
end
- # `markdown` calls these two methods
+ # Fake a `current_user` helper
def current_user
@feat.user
end