docs(testing): Fixed typo in pipe.jade

closes #1805
This commit is contained in:
eltronix 2016-07-01 16:46:10 +03:00 committed by Ward Bell
parent e766f666bd
commit e2cd8ffe1d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ include ../_util-fns
We already know *exactly* what we want the `uppercase` pipe to do. We could say our ...expectations... of it are very well defined.
We always use expectations our expectations to guide development, but sometimes it's hard to see the forest for the trees when we're right in the middle of coding. This is especially evident in larger tasks.
We always use our expectations to guide development, but sometimes it's hard to see the forest for the trees when we're right in the middle of coding. This is especially evident in larger tasks.
So one thing we can do is put those expectations down as cold hard test code. We were going to test things manually anyway, so doing it *before* we have even one line of code isn't going to hurt.