@Schneems @searls @chad I also tend to group tests that need live network access under a RSpec tag and define a separate spec:network task to only run the network tests. This allows me to run 9543 tests in 7.74 seconds.
It would be cool to have a guard that flags tests that access the network.