Module: DrLight::Matchers
- Defined in:
- lib/dr_light/matchers.rb,
lib/dr_light/matchers/close_to.rb more...
Overview
Rspec matchers DSL to be included in rspec
Defined Under Namespace
Classes: CloseTo
Instance Method Summary collapse
-
#be_close_to(expected, deviance: nil) ⇒ CloseTo
Checks if value is close to expected value.