# File lib/mocha/configuration.rb, line 95
      def warn_when(action, &block)
        change_config action, :warn, &block
      end