README.md in mongoid-locker-2.0.0 vs README.md in mongoid-locker-2.0.1

- old
+ new

@@ -10,12 +10,12 @@ **NOTE:** Since version `2` Mongoid-Locker relies on MongoDB server time and not current client time, and does not perform any time calculation to get lock or release it. The basis of the current version are unique name of locking and time is set by MongoDB. **NOTE:** Please refer to [1-x-stable](https://github.com/mongoid/mongoid-locker/tree/1-x-stable) branch for `1.x.x` documentation. See the [UPGRADING](UPGRADING.md) guide and [CHANGELOG](CHANGELOG.md) for an overview of the changes. [Tested](https://travis-ci.org/mongoid/mongoid-locker) against: -- MRI: `2.3.8`, `2.4.5`, `2.5.4`, `2.6.2` -- JRuby `9.1.17.0`, `9.2.6.0` +- MRI: `2.3.8`, `2.4.7`, `2.5.7`, `2.6.6`, `2.7.1` +- JRuby `9.1.17.0`, `9.2.11.1` - Mongoid: `5`, `6`, `7` See [.travis.yml](.travis.yml) for the latest test matrix. ## Usage @@ -153,10 +153,13 @@ def self.custom_locking_name(_doc, _opts) SecureRandom.uuid end ``` +## Testing with RSpec +Please see examples in [test_examples_spec.rb](spec/test_examples_spec.rb) file. + ## Copyright & License -Copyright (c) 2012-2019 Aidan Feldman & Contributors +Copyright (c) 2012-2020 Aidan Feldman & Contributors MIT License, see [LICENSE](LICENSE.txt) for more information.