You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Multiple specific lines: `bundle exec rspec spec/file1_spec.rb:123 spec/file2_spec.rb:456`
209
+
-**IMPORTANT**: RSpec does NOT support hyphenated line ranges (e.g., `spec/file_spec.rb:123-456` is INVALID)
210
+
- Use individual line numbers or run the full spec file instead
204
211
-**Test-Driven Development (TDD) Required**: Use stakeholder-focused TDD approach for all features
205
212
-**Define acceptance criteria first**: Before writing code, define stakeholder acceptance criteria using `docs/tdd_acceptance_criteria_template.md` as template
206
213
-**Red-Green-Refactor cycle**: Write failing tests first (RED), implement minimal code to pass (GREEN), refactor while maintaining tests (REFACTOR)
0 commit comments