How can I find a list of the slowest rspec tests? I want to refactor those to run faster. I tried looking for gems but can't find any. I was thinking of putting something in
Rspec.before(:each)
and
Rspec.after(:each)
blocks to generate this list. But I don't know how to access the name of the spec.