Add a note about the commented-out test in Markdown Feature

This commit is contained in:
Robert Speicher 2015-05-15 16:12:23 -04:00
parent 1a9da9178c
commit 68f74aa826
1 changed files with 4 additions and 0 deletions

View File

@ -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