Rails Testing Tips & Tricks

Igor Kasyanchuk
Sep 1, 2023 • 1 minute read

Testing

  • Run spec with bin/rspec

    To run spec with Spring. Note: you need to stop spring.

  • Find the slowest specs

    Run rspec --profile to get top slowest specs/examples.

 

Useful gems

See all