summaryrefslogtreecommitdiff
path: root/spec/features
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-05-15 16:12:23 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-05-26 15:49:22 -0400
commit68f74aa82690ca83faf81654737f7d0caefdfbd3 (patch)
treec705acde10a3bf51bd3e27651def99603d8fca91 /spec/features
parent1a9da9178cfd25190997b621e428a5c7ce467cd1 (diff)
downloadgitlab-ce-68f74aa82690ca83faf81654737f7d0caefdfbd3.tar.gz
Add a note about the commented-out test in Markdown Feature
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/markdown_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/features/markdown_spec.rb b/spec/features/markdown_spec.rb
index 0fc144462f2..d6954174660 100644
--- a/spec/features/markdown_spec.rb
+++ b/spec/features/markdown_spec.rb
@@ -66,6 +66,10 @@ describe 'GitLab Markdown' do
@doc.at_css("##{id}").parent.next_element
end
+ # Sometimes it can be useful to see the parsed output of the Markdown document
+ # for debugging. Uncomment this block to write the output to
+ # tmp/capybara/markdown_spec.html.
+ #
# it 'writes to a file' do
# File.open(Rails.root.join('tmp/capybara/markdown_spec.html'), 'w') do |file|
# file.puts @md