# File lib/appraisal/git.rb, line 22
    def for_dup
      if @options.empty?
        "git #{@source.inspect} do\n#{indent(super)}\nend"
      else
        "git #{@source.inspect}, #{Utils.format_string(@options)} do\n" +
          "#{indent(super)}\nend"
      end
    end