summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-21 04:05:00 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-21 04:05:00 +0000
commit2584615d3718e8e7ac19bbc414f96155ff73f3c7 (patch)
tree071e93b66ff10abfb1d20577842cdb6a256f0574 /test
parent79db2a69bd7596477937dd5129095d4886a68cfc (diff)
downloadredmine-2584615d3718e8e7ac19bbc414f96155ff73f3c7.tar.gz
redmine-2584615d3718e8e7ac19bbc414f96155ff73f3c7.zip
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19112 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb b/test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb
index 55ca3f9c1..07c9658b4 100644
--- a/test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb
+++ b/test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb
@@ -20,7 +20,6 @@
require File.expand_path('../../../../../test_helper', __FILE__)
class Redmine::WikiFormatting::MarkdownHtmlParserTest < ActiveSupport::TestCase
-
def setup
@parser = Redmine::WikiFormatting::Markdown::HtmlParser
end