summaryrefslogtreecommitdiff
path: root/spec/ruby/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/README.md')
-rw-r--r--spec/ruby/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/ruby/README.md b/spec/ruby/README.md
index f2e18d5800..eef4e9ca0b 100644
--- a/spec/ruby/README.md
+++ b/spec/ruby/README.md
@@ -88,9 +88,9 @@ In similar fashion, the following commands run the respective specs:
$ ../mspec/bin/mspec :library
$ ../mspec/bin/mspec :capi
-### Contributing
+### Contributing and Writing Specs
-See [CONTRIBUTING.md](https://github.com/ruby/spec/blob/master/CONTRIBUTING.md).
+See [CONTRIBUTING.md](https://github.com/ruby/spec/blob/master/CONTRIBUTING.md) for documentation about contributing and writing specs (guards, matchers, etc).
### Socket specs from rubysl-socket