# File lib/appraisal/gemfile.rb, line 13
    def load(path)
      if File.exist?(path)
        run(IO.read(path))
      end
    end