Skip to content

Commit

Permalink
Rename test to better reflect what is actually tested
Browse files Browse the repository at this point in the history
  • Loading branch information
fschwahn committed May 5, 2017
1 parent 663bf35 commit 267b121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sanitizer_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_strip_tags_multiline
assert_equal expected, full_sanitize(input)
end

def test_strip_comments
def test_remove_unclosed_tags
assert_equal "This is ", full_sanitize("This is <-- not\n a comment here.")
end

Expand Down

0 comments on commit 267b121

Please sign in to comment.