Run RSpec specs in parallel (with the parallel_rspec gem)rspectestsRun RSpec in parallel and speedup your specs by 2x-4x locally using the handy parallel_rspec gem.Read more →
Refactoring from feature specs to system specsrspectestingrefactoringIn this article, I break down the difference between system specs and feature specs in RSpec and Rails, and walk you through refactoring your feature specs to system specs.Read more →