summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-21 04:04:49 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-21 04:04:49 +0000
commit79db2a69bd7596477937dd5129095d4886a68cfc (patch)
tree0eab9f541edc439863724319c84ff3e851bb65a0 /test
parenta3248e3e64b229949afd34d21a8d6ab2c5adcc01 (diff)
downloadredmine-79db2a69bd7596477937dd5129095d4886a68cfc.tar.gz
redmine-79db2a69bd7596477937dd5129095d4886a68cfc.zip
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/wiki_formatting/textile_html_parser_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19111 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/unit/lib/redmine/wiki_formatting/textile_html_parser_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/lib/redmine/wiki_formatting/textile_html_parser_test.rb b/test/unit/lib/redmine/wiki_formatting/textile_html_parser_test.rb
index 17221989d..f8ff6d75c 100644
--- a/test/unit/lib/redmine/wiki_formatting/textile_html_parser_test.rb
+++ b/test/unit/lib/redmine/wiki_formatting/textile_html_parser_test.rb
@@ -20,7 +20,6 @@
require File.expand_path('../../../../../test_helper', __FILE__)
class Redmine::WikiFormatting::TextileHtmlParserTest < ActiveSupport::TestCase
-
def setup
@parser = Redmine::WikiFormatting::Textile::HtmlParser
end