Method: MotionSpec::ContextHelper::Matchers#be
- Defined in:
- lib/motion-spec/context_helper/matchers.rb
#be(value) ⇒ Object Also known as: equal
31 32 33 |
# File 'lib/motion-spec/context_helper/matchers.rb', line 31 def be(value) MotionSpec::Matcher::Be.new(value) end |