Method: MotionSpec::ContextHelper::Matchers#be_within

Defined in:
lib/motion-spec/context_helper/matchers.rb

#be_within(range) ⇒ Object



77
78
79
# File 'lib/motion-spec/context_helper/matchers.rb', line 77

def be_within(range)
  MotionSpec::Matcher::BeWithin.new(range)
end