summaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/lib/redmine/wiki_formatting/html_sanitizer_test.rb1
1 files changed, 0 insertions, 1 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 90e02640d..f8793cf9f 100644
--- a/test/unit/lib/redmine/wiki_formatting/html_sanitizer_test.rb
+++ b/test/unit/lib/redmine/wiki_formatting/html_sanitizer_test.rb
@@ -54,6 +54,5 @@ class Redmine::WikiFormatting::HtmlSanitizerTest < ActiveSupport::TestCase
to_test.each do |input, result|
assert_equal result, @sanitizer.call(input)
end
-
end
end