About
This skill equips Claude with the specific testing philosophy championed by 37signals, the creators of Ruby on Rails. It moves away from common community gems like RSpec and FactoryBot in favor of core Rails defaults. By prioritizing fixtures for data persistence, integration tests for controller logic, and the Minitest framework for its simplicity, it helps developers build highly performant and realistic test suites. The skill strictly enforces 'The Iron Law' of no data creation within tests and requires Current.session context setup, ensuring your testing environment mirrors production behavior as closely as possible.