Skip to content

Commit

Permalink
Explain why the dev should not call toss()
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow committed Apr 17, 2017
1 parent bf318c0 commit 8b14abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b14abe

Please sign in to comment.