Open drslump opened 10 years ago
Custom matcher to check if a value is within limits
a | should.be_within(10, 20) # 10 <= a <= 20
Custom matcher to check if a value is within limits