From 00b4743e910758f51861fb781879ca5aa0543667 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 20 Oct 2022 07:57:02 +0000 Subject: [PATCH] Fix RuboCop offenses Layout/EmptyLinesAroundClassBody and Layout/TrailingEmptyLines in html_sanitizer_test.rb (#37750). git-svn-id: https://svn.redmine.org/redmine/trunk@21914 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/lib/redmine/wiki_formatting/html_sanitizer_test.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/unit/lib/redmine/wiki_formatting/html_sanitizer_test.rb b/test/unit/lib/redmine/wiki_formatting/html_sanitizer_test.rb index 5e92911d8..4c081de1b 100644 --- a/test/unit/lib/redmine/wiki_formatting/html_sanitizer_test.rb +++ b/test/unit/lib/redmine/wiki_formatting/html_sanitizer_test.rb @@ -20,7 +20,6 @@ require File.expand_path('../../../../../test_helper', __FILE__) class Redmine::WikiFormatting::HtmlSanitizerTest < ActiveSupport::TestCase - def setup @sanitizer = Redmine::WikiFormatting::HtmlSanitizer end @@ -37,4 +36,3 @@ class Redmine::WikiFormatting::HtmlSanitizerTest < ActiveSupport::TestCase assert_equal "foo", @sanitizer.call(input) end end -