# File lib/rspec/mocks/message_expectation.rb, line 124
      def and_raise(exception=Exception)
        @exception_to_raise = exception
      end