# File lib/appraisal/gemspec.rb, line 7
    def initialize(options = {})
      @options = options
      @options[:path] ||= '.'
    end