From 05b1307dfa70e74fe7a530eef257c4505589e342 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Wed, 26 Aug 2015 21:55:10 +0100 Subject: [PATCH] README.md: note original author in README Signed-off-by: Paul Campbell --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0a167a8..caf9cc3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # wiser-assertions Assertions for Wiser SMTP test server from subethamail +## Origin + +Taken from Rafal Browiec [WiserAssertions] class. + ## Usage @Before @@ -33,3 +37,5 @@ Assertions for Wiser SMTP test server from subethamail .withContentContains(message_element_2) .withContentContains(message_element_3); } + +[WiserAssertions]:http://blog.codeleak.pl/2014/09/testing-mail-code-in-spring-boot.html \ No newline at end of file