Skip to content

Commit 0ba0600

Browse files
authored
Merge pull request #58 from olleolleolle/fix/add-link-to-description
Test: add URL to re2 rubygems.org page to assert
2 parents bf31e3e + 45c3336 commit 0ba0600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/email_reply_parser_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def test_mulitple_on
214214
def test_pathological_emails
215215
t0 = Time.now
216216
email("pathological")
217-
assert (Time.now - t0) < 1, "Took too long, upgrade to re2 gem."
217+
assert (Time.now - t0) < 1, "Took too long, upgrade to re2 gem. See https://rubygems.org/gems/re2"
218218
end
219219

220220
def test_doesnt_remove_signature_delimiter_in_mid_line

0 commit comments

Comments
 (0)