mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 06:36:09 +10:00
Add a note about the commented-out test in Markdown Feature
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user