Use test files to describe your thoughts about a specific feature — in full — before starting implementation

Use test files to describe your thoughts about a specific feature — in full — before starting implementation

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.

We're writing a book, you can get it for free here.