summaryrefslogtreecommitdiff
path: root/spec/features/markdown_spec.rb
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2017-04-03 11:55:15 +0200
committerToon Claes <toon@gitlab.com>2017-04-27 13:22:17 +0200
commitd95bffc6dad3e6d999fb4d5c8c66d7fea05c73b7 (patch)
treedd478a4bfd8b22438546d7824fe97281213ac7c2 /spec/features/markdown_spec.rb
parent025b04f3e7976ac8829e24fcb587d86574b0037d (diff)
downloadgitlab-ce-d95bffc6dad3e6d999fb4d5c8c66d7fea05c73b7.tar.gz
Rename GitlabMarkdownHelper -> MarkupHelper
It does more than solely GitLab Markdown, so rename to MarkupHelper.
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 894df13a2dc..ba930de937d 100644
--- a/spec/features/markdown_spec.rb
+++ b/spec/features/markdown_spec.rb
@@ -26,7 +26,7 @@ require 'erb'
describe 'GitLab Markdown', feature: true do
include Capybara::Node::Matchers
- include GitlabMarkdownHelper
+ include MarkupHelper
include MarkdownMatchers
# Sometimes it can be useful to see the parsed output of the Markdown document