Preface
Testing in Rails represents more than a decade of learning how to test Rails applications, including multiple times where I've sworn off writing tests due to bad experiences with poorly-structured test suites.
This book is meant to guide Rails developers down the path of both the "why" and "how" of testing Rails applications, as well as highlight potential pitfalls and advanced patterns to make working in test suites delightful.