As our number of specs grow I started to miss the test:recent functionality, so I created a simple little rake task to make it work with RSpec. Drop this in lib/tasks, I called it spec_recent.rake.
require 'spec/rake/spectask' # Grab recently touched specs def recent_specs(touched_since) recent_sp…












