docs: Update Ruby docs about args syntax in tasks (#32471)

Due to https://github.com/zed-industries/zed/pull/32345

cc @vitallium 

Release Notes:

- N/A
This commit is contained in:
Andy Waite 2025-06-10 15:58:38 -04:00 committed by GitHub
parent 5270844b42
commit 3f419b32f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -304,8 +304,6 @@ To run tests in your Ruby project, you can set up custom tasks in your local `.z
]
```
Note: We can't use `args` here because of the way quotes are handled.
### Minitest
Plain minitest does not support running tests by line number, only by name, so we need to use `$ZED_CUSTOM_RUBY_TEST_NAME` instead: