Part 2Building an App With RSpec 3

How do we build software that does what our users want? And how do we keep it working well while we’re writing it?

With outside-in development, you sketch the app at its outermost layer—the user interface or network protocol—and work your way inward to the classes and methods that contain the logic behind the interface. This approach helps you make sure you’re using everything you build.

RSpec 3 makes it easy to do outside-in development. This part of the book is going to transform you into a testing powerhouse. By building an app and testing it with RSpec, you’ll add several tools to your toolbox that will make you more effective.

Get Effective Testing with RSpec 3 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.