One of the first things to do when taking over a legacy Ruby application: import WebMock and enable it. From then on, any unexpected HTTP request to a third-party API raises a helpful error with stubbing instructions, so developers quickly learn which external services the app actually calls.