Added
- Add
pretty_printextension for improved output (@paul + @flash-gordon in #189 and #190)
Fixed
- Fix nested modules not being extended in RSpec (@flash-gordon)
Unclaimed project
Are you a maintainer of dry-monads? Claim this project to take control of your public changelog and roadmap.
pretty_print extension for improved output (@paul + @flash-gordon in #189 and #190)New extension for RSpec (@flash-gordon in #183): One of the pain points of testing monads is referencing class constants from specs. This extension catches missing class constants, analyzes the call site and returns a matching constant.
Before, this code would raise a NameError because Failure...