We have a rather complex integration spec setup with capybara and chrome. This leads to slow feature specs.
It would be nice if the feature specs would be executed after all other specs. Because it takes rather long time for a integration test to "boot" and find a bug which a simple request or unit test would have found way faster before.
Question: How to ensure that rspec runs the feature specs right after the other specs but sort them randomly be seed without breaking simplecov?