Testing Rake Tasks with RSpec Feature Specs
There’s nothing worse than getting into the office, only to find out that one of your nightly rake tasks threw an error and didn’t complete.
You get to a point where testing all the pieces in isolation just isn’t good enough. It’s time to be confident that all of the pieces will work together. Time to start testing your Rake tasks with RSpec feature specs
Post a comment