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

Add shared specs when precision is passed in for Integer#floor, Float#floor and Integer#ceil, Float#ceil #1186

Merged
merged 3 commits into from
Jul 28, 2024

Commits on Jul 26, 2024

  1. Add shared spec integer_floor_precision

    This spec can be shared between Integer#floor and Float#floor and
    improves coverage of cases where precision is passed in.
    peterzhu2118 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    59d3c7e View commit details
    Browse the repository at this point in the history
  2. Add shared spec integer_ceil_precision

    This spec can be shared between Integer#ceil and Float#ceil and
    improves coverage of cases where precision is passed in.
    peterzhu2118 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    f78487f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    37ea091 View commit details
    Browse the repository at this point in the history