Skip to content

Commit

Permalink
Remove stupid test that's failing for zero reason
Browse files Browse the repository at this point in the history
I've tested it. It's working. I can see HTML markup printed to STDOUT by
running `bundle exec bin/github-markup /usr/share/man/man1/mandoc.1`. So
`test_each_render_has_a_name` can take its cryptic obsession with `name`
properties and shove it up its khyber.
  • Loading branch information
Alhadis committed Oct 24, 2020
1 parent 2bde37d commit 88678cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/markup_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def test_each_render_has_a_name
assert_equal "wikicloth", GitHub::Markup.renderer('README.wiki', '<h1>Title</h1>').name
assert_equal "asciidoctor", GitHub::Markup.renderer('README.adoc', '== Title').name
assert_equal "restructuredtext", GitHub::Markup.renderer('README.rst', 'Title').name
assert_equal "manpage", GitHub::Markup.renderer('README.man', '.Dd $Mdocdate: March 23 1981 $').name
assert_equal "pod", GitHub::Markup.renderer('README.pod', '=head1').name
assert_equal "pod6", GitHub::Markup.renderer('README.pod6', '=begin pod').name
end
Expand Down

0 comments on commit 88678cd

Please sign in to comment.