Build comprehensive test suites using RSpec and FactoryBot. This skill covers spec structure, factories, mocking, and testing best practices.
RSpec Setup: See rspec-setup.md for configuration, describe blocks, contexts, and common matchers.
Factories: See factories-fixtures.md for FactoryBot setup, defining factories, and sequences.
Write Rails tests with RSpec, FactoryBot, and mocking patterns. Use when creating tests, writing specs for models/controllers/requests, setting up test fixtures, or mocking external services. Source: shivamsinghchahar/rails-skills.