From 3f419b32f85bb12e2d8e710a21339456c1ea1c43 Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Tue, 10 Jun 2025 15:58:38 -0400 Subject: [PATCH] docs: Update Ruby docs about `args` syntax in tasks (#32471) Due to https://github.com/zed-industries/zed/pull/32345 cc @vitallium Release Notes: - N/A --- docs/src/languages/ruby.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/languages/ruby.md b/docs/src/languages/ruby.md index f6438b8008cd77766a3abeb06a82a4fc3e09b18f..728cddef5f6b6173f1f24db003f3877988697d6d 100644 --- a/docs/src/languages/ruby.md +++ b/docs/src/languages/ruby.md @@ -304,8 +304,6 @@ To run tests in your Ruby project, you can set up custom tasks in your local `.z ] ``` -Note: We can't use `args` here because of the way quotes are handled. - ### Minitest Plain minitest does not support running tests by line number, only by name, so we need to use `$ZED_CUSTOM_RUBY_TEST_NAME` instead: