From: Toshi MARUYAMA Date: Wed, 20 Nov 2019 16:29:30 +0000 (+0000) Subject: cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/wiki_... X-Git-Tag: 4.2.0~1537 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bc348591f7b72cf00fb0dccbbfd64d542e218b02;p=redmine.git cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/wiki_formatting/html_parser_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19102 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/lib/redmine/wiki_formatting/html_parser_test.rb b/test/unit/lib/redmine/wiki_formatting/html_parser_test.rb index 3d931bb3c..3b243e747 100644 --- a/test/unit/lib/redmine/wiki_formatting/html_parser_test.rb +++ b/test/unit/lib/redmine/wiki_formatting/html_parser_test.rb @@ -20,7 +20,6 @@ require File.expand_path('../../../../../test_helper', __FILE__) class Redmine::WikiFormatting::HtmlParserTest < ActiveSupport::TestCase - def setup @parser = Redmine::WikiFormatting::HtmlParser end