Files
oak-gpui/docs/src/languages
Andy Waite 1eb948654a docs: Update Rails test task to run using name (#28574)
The author of Rails' minitest integration
[recommended](https://github.com/zed-extensions/ruby/issues/56#issuecomment-2795010202)
using the test name rather than line number.

This solves the problem in
https://github.com/zed-extensions/ruby/issues/56.

Note that everything is within `command`. I first tried using `args`:

```json
{
  "command": "bin/rails",
  "args": ["test", "$ZED_RELATIVE_FILE -n /$ZED_SYMBOL/"],
  "tags": ["ruby-test"]
}
```
but minitest receives this as:

```
Run options: -n "/\"foo bar\"/" --seed 31855
```

which doesn't match due to the escaping.

Release Notes:

- N/A
2025-04-15 21:39:32 -04:00
..
2024-11-05 16:31:39 -07:00
2024-08-09 13:37:54 -04:00
2024-08-09 13:37:54 -04:00
2024-10-15 10:40:47 -04:00
2025-03-18 12:55:25 -04:00
2025-03-15 11:03:35 -04:00
2024-07-27 14:52:21 -04:00