Skip to content

Commit 3a76fc8

Browse files
committed
Note Minitest test command in SKILL.md Workflow 1 summary
Step 6 of the Workflow 1 summary showed `DEPRECATION_TRACKER=save bundle exec rspec` only. Other surfaces already cover Minitest: `setup-workflow.md` Step 6 has the substitution note; `examples/basic-setup.md` Step 5 shows both RSpec and Minitest blocks (commit 69e9bc0); `references/deprecation-tracking.md` documents `track_minitest`. Mirror the `setup-workflow.md` Step 6 parenthetical here so the SKILL.md summary doesn't imply RSpec is the only option.
1 parent aec0283 commit 3a76fc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dual-boot/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ See `workflows/setup-workflow.md` for the complete step-by-step process.
142142
3. Add `next_rails` gem at the Gemfile root and run `bundle install`
143143
4. Run `next_rails --init` (only if `Gemfile.next` does NOT exist)
144144
5. Configure `DeprecationTracker` (ask upfront whether CI runs tests in parallel)
145-
6. Capture the deprecation inventory: `DEPRECATION_TRACKER=save bundle exec rspec`
145+
6. Capture the deprecation inventory: `DEPRECATION_TRACKER=save bundle exec rspec` (substitute the project's test command: `bin/rails test`, `bin/test`, `bundle exec parallel_rspec spec/`, etc.)
146146
7. Fix current-side deprecations unconditionally (Tier 1, no `NextRails.next?`)
147147

148148
*Phase 2, dual-boot (the version hop):*

0 commit comments

Comments
 (0)