Method: MotionSpec::ContextHelper::Matchers#change
- Defined in:
- lib/motion-spec/context_helper/matchers.rb
#change(&change_block) ⇒ Object
73 74 75 |
# File 'lib/motion-spec/context_helper/matchers.rb', line 73 def change(&change_block) MotionSpec::Matcher::Change.new(change_block) end |