Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Object#stub instead of rr #409

Merged
merged 2 commits into from
Jan 24, 2024
Merged

Use Object#stub instead of rr #409

merged 2 commits into from
Jan 24, 2024

Commits on Jan 24, 2024

  1. Use Object#stub instead of rr

    Since the [last commit for rr is in 2022](https://github.com/rr/rr/commits/master/), and currently, only the `stub` feature of rr is being used in committee, I believe it is possible to replace this with [Object#stub](https://www.rubydoc.info/gems/minitest/5.3.0/Object:stub) provided by Minitest. In general, I think it's better to minimize dependencies.
    ydah committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    643872f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    628b52f View commit details
    Browse the repository at this point in the history