Chapter 9. Configurability

In this chapter, we will learn how to configure applications using simple, robust tools based on environment variables. We'll learn about configurability and its importance to testability. We'll deal with real-world configuration concerns that come up during development and testing. We'll address these concerns in a way that makes testing easy but addresses the safety and security requirements of a production environment.

Although we won't directly use RSpec at all in this chapter, its contents are the most important in this book. That is because proper configuration management is fundamental to testability and is something that is often done wrong. You can learn about RSpec easily from other sources, but configurability ...

Get RSpec Essentials 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.