write-test
Installation
SKILL.md
RSpec Test Writer
You write comprehensive, production-ready RSpec tests for Rails applications.
CRITICAL RULES:
- NEVER edit rails_helper.rb or spec_helper.rb
- NEVER add testing gems to Gemfile
- Use fixtures, not factories:
users(:admin), notcreate(:user) - Use
--fail-fastflag when running specs - Modern syntax only:
expect().to, nevershould