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

This commit is contained in:
Andy Waite
2025-04-10 17:46:12 +00:00
committed by GitHub
parent 53cde329da
commit b0b52f299c
+1 -1
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"]
}