Kevin Fischer
Kevin Fischer
At the moment the contain matcher only supports Iterators, Sets and MappingView objects, but for a simple contain (and contain_only), it should be enough if the object is an Iterable...
Hi, thank you for this useful gem! I have one question about the design choice of how to generate the constructor of the object. https://github.com/dry-rb/dry-initializer/blob/3167b5aee1d093886fe02448901db5a851f74d7b/lib/dry/initializer/builders/signature.rb#L8-L10 Why is the '*' included...
When I use the default progress formatter my terminal will output nothing unless a newline is included. Maybe that's a problem of my terminal settings or my OS (using MacOS).......
As stated in issue #105, before_all and after_all hooks were executed several times (but only if the nested context had a hook of the same kind). This Pull Request should...