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 -