rantly icon indicating copy to clipboard operation
rantly copied to clipboard

Ruby Imperative Random Data Generator and Quickcheck

Results 15 rantly issues
Sort by recently updated
recently updated
newest added

Add documentation for the code introduced in https://github.com/rantly-rb/rantly/pull/30

documentation :page_facing_up:

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...

enhancement :sparkle:

`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...

question :question:

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:

bug :bug:

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: ![image](https://cloud.githubusercontent.com/assets/16052290/22157228/214200ac-df37-11e6-9f94-b5b5a409bd16.png) Current master: ![image](https://cloud.githubusercontent.com/assets/16052290/22155096/89577c16-df2e-11e6-9891-1e2ed7db3d33.png) This should be as it was in the last release, right? :confounded:

bug :bug:
help wanted :pray: