Use test files to describe your thoughts about a specific feature — in full — before starting implementation
- ·
- Telegram
- ·
- Newsletter
Testing Tip: use a test class or spec file as a place to gather all of your thoughts about how a particular feature should behave. Then, write each as a pending test.
Here's an example from our upcoming "Feed" section.