Method: Test::Spec::Should#match

Defined in:
lib/test/spec.rb

#match(value) ⇒ Object Also known as: =~



112
113
114
# File 'lib/test/spec.rb', line 112

def match(value)
  assert_match value, @object, @message
end