Find potentially empty specs for removal
Share this page | Read it later using CloudBreak Wallabag
This command finds (potentially) empty rspec tests that are only adding to the list of files you have to load when you run your test suite.
git grep --files-without-match '\<it\>' spec/
This isn’t perfect, but it gives a list you can pare down and then git rm
.