testing-patterns
Installation
SKILL.md
Testing Patterns
Overview
Write automated tests using RSpec and Capybara. Avoid using the Rails console or starting a Rails server for testing.
Test Command
bundle exec rspec
Tech Stack
- RSpec - Testing framework
- Capybara - System/integration testing
- FactoryBot - Test data generation