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

Best Practices

Installs
29
GitHub Stars
6
First Seen
Feb 19, 2026
testing-patterns — rolemodel/rolemodel-skills