Discussion:
[Rails] How to Speed up Your Tests without Touching the Code
Greg Navis
2018-10-18 08:56:08 UTC
Permalink
Hey!

I published an article on how to speed up your test suite (5 times in case
of my Capybara tests) by moving your database to tmpfs. I think the
technique should work for all tests (MiniTest and RSpec included) that use
a database cleaner.

https://www.gregnavis.com/articles/how-to-tune-your-database-to-make-tests-faster.html

Best regards
Greg Navis
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+***@googlegroups.com.
To post to this group, send email to rubyonrails-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAA6WWt-zVF7tD0YmmF7N_q7vRnzeWyYMr8GuP7%3DPd6qxHeObig%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...