This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new ff6de9a46 docs(bindings/ruby): reflect test framework refactor (#3798)
ff6de9a46 is described below
commit ff6de9a464e1ef1e784d5ae0bdcd99e1b513b51b
Author: tison <[email protected]>
AuthorDate: Fri Dec 22 09:36:39 2023 +0800
docs(bindings/ruby): reflect test framework refactor (#3798)
Signed-off-by: tison <[email protected]>
---
bindings/ruby/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bindings/ruby/README.md b/bindings/ruby/README.md
index a07783f4a..d1e2fa40a 100644
--- a/bindings/ruby/README.md
+++ b/bindings/ruby/README.md
@@ -20,8 +20,8 @@ Build bindings:
rake compile
```
-Run some tests:
+Run tests:
```shell
-rake test
+rake spec
```