5 Ways to Increase the Performance of Your RSpec Tests
8 minutes read
At ChaiOne, we highly encourage that developers write tests in their projects. TDD (Test Driven Development) is also encouraged. Testing (and TDD) prevents bugs in production, forces better code, and encourages developer confidence when making changes to existing code bases.