class RSpec::Matchers::BuiltIn::Change

def raise_block_syntax_error

def raise_block_syntax_error
  raise SyntaxError.new(<<-MESSAGE)
ssed to should or should_not change must use {} instead of do/end
end