# File lib/mocha/configuration.rb, line 41
      def prevent(action, &block)
        change_config action, :prevent, &block
      end