Find slowest RSpec tests
The --profile
/-p
option for RSpec shows a nice summary of the slowest test cases and groups:
rspec --profile
# or
rspec -p -- spec/app/controllers
The --profile
/-p
option for RSpec shows a nice summary of the slowest test cases and groups:
rspec --profile
# or
rspec -p -- spec/app/controllers