You can now use: rake spec_with_services which will start Redis and memcached before running the specs as well as cleanup those processes after the specs have run. This was convenient for me as I usually don't remember to start/stop those services all the time.
I didn't make spec_with_services the default task run when you run rake by itself. I did make spec the default task so it doesn't complain when usually you want to run the specs by default.
You can now use: rake spec_with_services which will start Redis and memcached before running the specs as well as cleanup those processes after the specs have run. This was convenient for me as I usually don't remember to start/stop those services all the time.
I didn't make spec_with_services the default task run when you run rake by itself. I did make spec the default task so it doesn't complain when usually you want to run the specs by default.
Hope this is useful.