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-05-15 23:12:23 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-05-26 22:49:22 +0300
commit68f74aa82690ca83faf81654737f7d0caefdfbd3 (patch)
treec705acde10a3bf51bd3e27651def99603d8fca91 /spec/features/markdown_spec.rb
parent1a9da9178cfd25190997b621e428a5c7ce467cd1 (diff)
Add a note about the commented-out test in Markdown Feature
Diffstat (limited to 'spec/features/markdown_spec.rb')
-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