Slide 11
Slide 11 text
To make tests faster, we:
• Profile tests with “—profile” option (if we use RSpec).
• Look into slow tests and find the causes (described later).
• Improve slow tests and win!
• (If we struggle to find a bottleneck, “test-prof” gem helps us)!