Commit a3f47dd
committed
Add Minitest invocation alongside RSpec in basic-setup.md
Step 5 currently shows only `bundle exec rspec` for running tests on
both sides. Add a short note that Minitest apps substitute
`bin/rails test` (or `rake test`), and show the Minitest equivalent
block alongside the RSpec one. Point to `workflows/setup-workflow.md`
Step 11 for the full test-runner detection logic (RSpec, Minitest,
`bin/test` wrapper, `parallel_tests`, `turbo_tests`).1 parent 5bda901 commit a3f47dd
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
| |||
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
84 | 98 | | |
85 | 99 | | |
86 | 100 | | |
| |||
0 commit comments