diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-05-15 16:12:23 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-05-26 15:49:22 -0400 |
commit | 68f74aa82690ca83faf81654737f7d0caefdfbd3 (patch) | |
tree | c705acde10a3bf51bd3e27651def99603d8fca91 /spec/features | |
parent | 1a9da9178cfd25190997b621e428a5c7ce467cd1 (diff) | |
download | gitlab-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.rb | 4 |
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 |