rantly
rantly copied to clipboard
Ruby Imperative Random Data Generator and Quickcheck
Add documentation for the code introduced in https://github.com/rantly-rb/rantly/pull/30
I think we should inline the urls to Github, as some of them are just used one and it is obfuscating was it is done. How the authors are referenced...
`rspec-rails` uses the same core rspec libraries, but it seems that it is its own project. To avoid adding an extra dependency (rspec) on a project that already uses rspec-rails...
Hi, I'm not sure if there is a problem with my project's setup (rails app), but when I try to use this package I got an error like `cannot find...
I have a `property_of` block that needs to contain some special logic I have for choosing a state and city. I need to make sure the city selected is within...
I got the following error when I ran `bundle exec rake` with the latest version of rubocop, so I fixed it in this PR. ``` warning: parser/current is loading parser/ruby26,...
Hi Rantly team, I found an inconsistency in the behaviour or `Rantly(number) { ... }`. The documentation said: > Rantly(5) { integer } # same as Rantly.map(5) { integer }...
`Rantly { float } #=> a float between 0 and 1` I think this is not expected and it should return higher floats as well. :thinking:
It seems like the documentation on shrinking is outdated: `Array` isn't monkey patched any more and the `retry?` function now needs to be implemented.
In the last release:  Current master:  This should be as it was in the last release, right? :confounded: