# File lib/spring/test/application_generator.rb, line 74
      def rewrite_file(file)
        File.write(file, yield(file.read))
      end