faker
faker copied to clipboard
Add Faker::Date.weekday_between
Issue#
No-Story
(It partially relates to https://github.com/faker-ruby/faker/issues/1245 but is not intended to satisfy that request)
Description:
This PR adds Faker::Date.weekday_between
to produce a weekday within the specified range. This is especially useful for applications that send out many notifications. The method uses the same keyword args as .between
.
hi @mattalat are you still interested in working on this PR? Thanks!
@stefannibrasil I am still interested, apologies for letting it go stale. It's back on my radar.
that's awesome, @mattalat thanks for the update :)
Hey there. In an effort to lighten our load as maintainers, the faker-ruby team is closing stale PRs.
If you still want to reopen this PR, please do the following first:
- rebase with master to fix any conflicts
- address code reviews
- verify this contribution is still relevant (i.e. hasn't been implemented/solved yet)
- run tests again
Thanks!