run_engine

in spec/cc/engine/rubocop_spec.rb [347:354]


      def run_engine(config = nil)
        io = StringIO.new
        rubocop = Rubocop.new(@code, config, io)
        rubocop.run

        io.string
      end