Skip to content

Commit 45c3336

Browse files
committed
Test: add clickable link to re2 rubygems.org page
- adds armchair "developer experience"
1 parent e50e502 commit 45c3336

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
@@ -209,7 +209,7 @@ def test_mulitple_on
209209
def test_pathological_emails
210210
t0 = Time.now
211211
email("pathological")
212-
assert (Time.now - t0) < 1, "Took too long, upgrade to re2 gem."
212+
assert (Time.now - t0) < 1, "Took too long, upgrade to re2 gem. See https://rubygems.org/gems/re2"
213213
end
214214

215215
def test_doesnt_remove_signature_delimiter_in_mid_line

0 commit comments

Comments
 (0)