class RSpec::Matchers::BuiltIn::ThrowSymbol

def failure_message_for_should_not

def failure_message_for_should_not
  "expected #{expected('no Symbol')}#{' not' if @expected_symbol} to be thrown, got #{caught}"
end