Speed up RSpec tests: understand lifecycle and execution
One of RSpec’s strengths is the legibility of its behavior-based DSL. But the proliferation of small example blocks introduces a performance overhead. Why? Because of RSpec lifecycle! Let’s see how we can make your RSpec tests run faster!
Post a comment