R

RSpec

Behaviour-driven development testing framework for Ruby — readable `describe/it/expect` DSL and the standard for Rails testing.

Ruby free Open Source testing since 2005

RSpec’s describe, context, and it blocks produce test output that reads like a specification. Combined with FactoryBot for test data and Capybara for integration testing, RSpec forms the standard Rails test stack. Its shared examples, custom matchers, and let/subject helpers enable DRY, expressive test suites.

// tags

testingrubybddrailsunit-testingintegration-testing
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub