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

Andy Waite created

Change summary

docs/src/languages/ruby.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

docs/src/languages/ruby.md 🔗

@@ -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"]
   }