Jeremy Fairbank
Jeremy Fairbank
This should go in the docs and maybe even an `examples/` folder if someone wants to tackle that. Would covering the frameworks below be sufficient or are there other popular...
Need to devise a way to use providers in endless loops.
Most assertions libraries allow you to specify a custom message/label as the last argument. This is tricky for test plan because some effect assertions like `call` take variable number of...
It would be nice to incorporate async validations. Definitely need time to think through a frictionless API that works nicely with the current API for sync validations.
At minimum need to support the `:as` option. ``` ruby Chroma.define_palette :dynamic_palette do |opts| spin opts[:angle] || 90 end 'red'.paint.foo(angle: 60, as: :rgb) ```
Need to test more colors in public API. Also, need to test internal classes and some private APIs.
Along with examples, the docs in the README need to be more robust and highlight the API options better.