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

Fix comparison of times for #at in job matchers. #2304

Merged
merged 1 commit into from Mar 28, 2020

Commits on Mar 28, 2020

  1. Fix comparison of times for #at in job matchers.

    Prior to 4.0.0 we used `to_f` to ensure parity of precision with Rails internals
    this was lost when we added support for date matching, but this restores
    it for Time objects only.
    
    Co-authored-by: Markus Doits <markus.doits@stellenticket.de>
    JonRowe and doits committed Mar 28, 2020
    Copy the full SHA
    f345e82 View commit details
    Browse the repository at this point in the history