aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2023-10-13 16:54:57 +0200
committerTakashi Kokubun <takashikkbn@gmail.com>2023-10-14 22:43:41 -0700
commitdf1887414a0b7efb19189788629eedcfd790c7e3 (patch)
tree0080bea5790d8cbf18a9d7f528853c0373b2bee3 /doc
parentddd5be9efad0442b1976e8e3f8cc4936e9d6e61c (diff)
downloadruby-df1887414a0b7efb19189788629eedcfd790c7e3.tar.gz
[DOC] testing_ruby.md: Remove the command prompt '$ ` aligning with other parts.
Remove the command prompt '$ ` aligning with other parts in the document.
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing/testing_ruby.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing/testing_ruby.md b/doc/contributing/testing_ruby.md
index b8f3c004c9..93dff7cd4e 100644
--- a/doc/contributing/testing_ruby.md
+++ b/doc/contributing/testing_ruby.md
@@ -82,7 +82,7 @@ We can run any of the make scripts [in parallel](building_ruby.md#label-Running+
We can display the help of the `TESTS` option:
```
- $ make test-all TESTS=--help
+ make test-all TESTS=--help
```
If we would like to run both the `test/` and `bootstraptest/` test suites, we can run
@@ -140,7 +140,7 @@ We can run any of the make scripts [in parallel](building_ruby.md#label-Running+
To run a specific bundler spec file, we can use `BUNDLER_SPECS` as follows:
```
- $ make test-bundler BUNDLER_SPECS=commands/exec_spec.rb
+ make test-bundler BUNDLER_SPECS=commands/exec_spec.rb
```
## Troubleshooting