diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-21 10:46:01 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-21 10:46:01 +0000 |
commit | 78fbfabb0150e1abdf7c43bfdb133d5b7e0419ef (patch) | |
tree | fb9bf0a8bdcdf55d35515b4e6fcb57c0ec630042 /test | |
parent | 35eb7c4e570bd097a72686ad53615b24a04fac5c (diff) | |
download | redmine-78fbfabb0150e1abdf7c43bfdb133d5b7e0419ef.tar.gz redmine-78fbfabb0150e1abdf7c43bfdb133d5b7e0419ef.zip |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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 |