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