docs: Prefer bin/rails
when running Rails tests (#28167)
This commit is contained in:
parent
53cde329da
commit
b0b52f299c
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
"label": "test $ZED_RELATIVE_FILE:$ZED_ROW",
|
||||||
"command": "bundle exec rails",
|
"command": "bin/rails",
|
||||||
"args": ["test", "\"$ZED_RELATIVE_FILE:$ZED_ROW\""],
|
"args": ["test", "\"$ZED_RELATIVE_FILE:$ZED_ROW\""],
|
||||||
"tags": ["ruby-test"]
|
"tags": ["ruby-test"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue