summaryrefslogtreecommitdiff
path: root/plugins/rails/README.md
diff options
context:
space:
mode:
authorZhong Zheng <Zhong-z@users.noreply.github.com>2023-03-11 01:52:44 +1100
committerGitHub <noreply@github.com>2023-03-10 15:52:44 +0100
commit92387d9fff83934a8628697a4397a65030f0301e (patch)
treec1a739bee0f141f9656efcefb81205c75ce1593c /plugins/rails/README.md
parent3ea0e0d2343a2e79be0c2c6ace030a595d5cec2f (diff)
downloadzsh-92387d9fff83934a8628697a4397a65030f0301e.tar.gz
zsh-92387d9fff83934a8628697a4397a65030f0301e.tar.bz2
zsh-92387d9fff83934a8628697a4397a65030f0301e.zip
feat(rails): add `rta` alias (#11553)
Diffstat (limited to 'plugins/rails/README.md')
-rw-r--r--plugins/rails/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/rails/README.md b/plugins/rails/README.md
index fa66750f0..b2425aabc 100644
--- a/plugins/rails/README.md
+++ b/plugins/rails/README.md
@@ -47,6 +47,7 @@ plugins=(... rails)
| `rsp` | `rails server --port` | Launch a web server and specify the listening port |
| `rsts` | `rails stats` | Print code statistics |
| `rt` | `rails test` | Run Rails tests |
+| `rta` | `rails test:all` | Runs all Rails tests, including system tests |
| `ru` | `rails runner` | Run Ruby code in the context of Rails |
### Foreman