# File lib/facon/expectation.rb, line 42
    def and_raise(exception = Exception)
      @exception_to_raise = exception
    end