assert_le
Assert that a value is less than or equal to a given upper bound.
Alias
Alias target
Since
0.10.4
Parameters
actual
the actual value
greatest_expected
the upper bound (inclusive)
Assert that a value is less than or equal to a given upper bound.
0.10.4
the actual value
the upper bound (inclusive)