README.md in determinator-0.11.0 vs README.md in determinator-0.11.1
- old
+ new
@@ -41,9 +41,11 @@
employee: current_user.employee?
}
)
```
+Writing tests? Check out the [Local development](docs/local_development.md) docs to see examples of `RSpec::Determinator` to help you mock your Feature Flags and Experiments.
+
## Installation
Determinator requires your application to be subscribed to the a `features` topic via Routemaster.
The drain must expire the routemaster cache on receipt of events, `Routemaster::Drain::CacheBusting.new` or better.