From f7a4ab70c933bd9fe088805147c4f0a37a09acc3 Mon Sep 17 00:00:00 2001 From: Matthew O'Riordan Date: Wed, 6 Mar 2024 19:13:01 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bb961c707..ca7f79361 100644 --- a/README.md +++ b/README.md @@ -337,3 +337,7 @@ This library uses [semantic versioning](http://semver.org/). For each release, t * Visit [https://github.com/ably/ably-ruby/tags](https://github.com/ably/ably-ruby/tags) and `Add release notes` for the release including links to the changelog entry. * Run `rake release` to publish the gem to [Rubygems](https://rubygems.org/gems/ably) * Release the [REST-only library `ably-ruby-rest`](https://github.com/ably/ably-ruby-rest#release-process) + +# Code sample test + +https://github.com/ably/ably-ruby/blob/2d4eaeb1608a4f46e33260dced82b15e0242c103/spec/acceptance/realtime/client_spec.rb#L28-L42