Commit 1f29260
committed
Clarify ripper-variant test gating: env-gated locally, CI-only by default
Previous wording implied both parser backends ran on every test
invocation. In reality the RipperRuby test class is gated by
'end if ENV["RDOC_USE_RIPPER_PARSER"]' at prism_ruby_test.rb:2503;
local bundle exec rake exercises only prism. CI runs the ripper variant
in a dedicated job. Note the env-var invocation an agent should use
locally before claiming a parser change is verified.1 parent f9571f9 commit 1f29260
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
0 commit comments