-
- Downloads
Use be_within instead of eq for a to_f test match (#6275)
Floating point values are notoriously hard to pin down, so use the `be_within` matcher to verify the approximate value.
Please register or sign in to comment
Floating point values are notoriously hard to pin down, so use the `be_within` matcher to verify the approximate value.