Testing for Change
Writing tests that check that a value you don't control has changed is a weird thing.
To help out, RSpec provides a change matcher that can help make things easier.
Let's look at an example of how we can use the change matcher to create more robust ...
blog.nolanphillips.com4 min read