docs: Prefer bin/rails when running Rails tests (#28167)

This commit is contained in:
Andy Waite 2025-04-10 13:46:12 -04:00 committed by GitHub
parent 53cde329da
commit b0b52f299c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -292,7 +292,7 @@ To run tests in your Ruby project, you can set up custom tasks in your local `.z
[
{
"label": "test $ZED_RELATIVE_FILE:$ZED_ROW",
"command": "bundle exec rails",
"command": "bin/rails",
"args": ["test", "\"$ZED_RELATIVE_FILE:$ZED_ROW\""],
"tags": ["ruby-test"]
}