From 8b14abe8dfea55b4d025c14c7fa637d4af1420ca Mon Sep 17 00:00:00 2001 From: Paul Melnikow Date: Mon, 17 Apr 2017 17:04:46 -0400 Subject: [PATCH] Explain why the dev should not call toss() --- vendor/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/README.md b/vendor/README.md index 8a6cf5baa7ec5..bb97c25cfca2f 100644 --- a/vendor/README.md +++ b/vendor/README.md @@ -131,8 +131,8 @@ Notice we don't have to specify `/travis` again, or even `localhost`. The test runner handles that for us. When defining an IcedFrisby test, typically you would invoke the `toss()` -method, to register the test. However, this is not necessary when using -ServiceTester. +method, to register the test. This is not necessary, because the Shields test +harness will call it for you. [IcedFrisby]: https://github.com/MarkHerhold/IcedFrisby [longer example]: https://github.com/MarkHerhold/IcedFrisby/#show-me-some-code