# File lib/rubygems/mirror/test_setup.rb, line 108
    def teardown_gem_source
      [@source_path, @source_working].each do |path|
        FileUtils.rm_rf path
      end
    end