From 2584615d3718e8e7ac19bbc414f96155ff73f3c7 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 21 Nov 2019 04:05:00 +0000 Subject: [PATCH] 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 --- .../lib/redmine/wiki_formatting/markdown_html_parser_test.rb | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5