From: Toshi MARUYAMA Date: Thu, 21 Nov 2019 10:46:01 +0000 (+0000) Subject: cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/wiki_... X-Git-Tag: 4.2.0~1513 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=78fbfabb0150e1abdf7c43bfdb133d5b7e0419ef;p=redmine.git cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19126 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb b/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb index 65d12ad98..8823f8d1e 100644 --- a/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb +++ b/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb @@ -22,7 +22,6 @@ require File.expand_path('../../../../../test_helper', __FILE__) require 'digest/md5' class Redmine::WikiFormatting::TextileFormatterTest < ActionView::TestCase - def setup @formatter = Redmine::WikiFormatting::Textile::Formatter end