Method: MotionSpec::ContextHelper::Matchers#include

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

#include(*values) ⇒ Object



49
50
51
# File 'lib/motion-spec/context_helper/matchers.rb', line 49

def include(*values)
  MotionSpec::Matcher::Include.new(*values)
end