diff --git a/docs/tdd/third_party.md b/docs/tdd/third_party.md index f8588b6..d531180 100644 --- a/docs/tdd/third_party.md +++ b/docs/tdd/third_party.md @@ -200,7 +200,7 @@ without logical branching—then it's usually sufficient to rely on your end-to-end testing to test your wrappers, as they would surely fail if things didn't work. Testing them on their own in earnest often veers towards [testing the -framework](https://bignerdranch.com/blog/what-does-dont-test-the-framework-mean/). +framework](https://web.archive.org/web/20210124184231/https://bignerdranch.com/blog/what-does-dont-test-the-framework-mean/). ## Also, mocking gems doesn't always work