aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/README.md
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2020-12-27 17:35:32 +0100
committerBenoit Daloze <eregontp@gmail.com>2020-12-27 17:35:32 +0100
commit727c97da1977544c91b9b3677811da3a44af7d53 (patch)
tree4f027117edad10789db57ff4b83242753a89e39d /spec/ruby/README.md
parent267bed0cd91711e2a8c79219e97431ba22137b01 (diff)
downloadruby-727c97da1977544c91b9b3677811da3a44af7d53.tar.gz
Update to ruby/spec@4ce9f41
Diffstat (limited to 'spec/ruby/README.md')
-rw-r--r--spec/ruby/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/ruby/README.md b/spec/ruby/README.md
index 932cd83061..8bdba2cb00 100644
--- a/spec/ruby/README.md
+++ b/spec/ruby/README.md
@@ -34,7 +34,8 @@ More precisely, every latest stable MRI release should [pass](https://travis-ci.
### Synchronization with Ruby Implementations
-The specs are synchronized both ways around once a month by @eregon between ruby/spec, MRI, JRuby and TruffleRuby.
+The specs are synchronized both ways around once a month by @eregon between ruby/spec, MRI, JRuby and TruffleRuby,
+using [this script](https://github.com/ruby/mspec/blob/master/tool/sync/sync-rubyspec.rb).
Each of these repositories has a full copy of the specs under `spec/ruby` to ease editing specs.
Any of these repositories can be used to add or edit specs, use what is most convenient for you.