/awesome-rspec

Curated list of awesome RSpec related resources

Awesome RSpec Awesome

A curated list of awesome RSpec-related resources

Contents

RSpec

Style guides and linters:

Books

Matchers:

Tools:

  • factory_bot A library for building database records
  • vcr Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
  • test_prof Tools to analyze test suite performance +helpers to write faster tests.