README.md in avromatic-0.29.0 vs README.md in avromatic-0.29.1
- old
+ new
@@ -407,9 +407,18 @@
```ruby
gem 'avro-patches'
````
+### RSpec Support
+
+This gem also includes an `"avromatic/rspec"` file that can be required to support
+using Avromatic with a fake schema registry during tests.
+
+Requiring this file configures a RSpec before hook that directs any schema
+registry requests to a fake, in-memory schema registry and rebuilds the
+`Avromatic::Messaging` object for each example.
+
### Unsupported/Future
The following types/features are not supported for generated models:
- Custom types for members within a union.