class RSpec::Matchers::BuiltIn::ThrowSymbol

def failure_message_for_should

def failure_message_for_should
  "expected #{expected} to be thrown, got #{caught}"
end