summaryrefslogtreecommitdiff
path: root/lib/rubygems/test_utilities.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/test_utilities.rb')
-rw-r--r--lib/rubygems/test_utilities.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/rubygems/test_utilities.rb b/lib/rubygems/test_utilities.rb
index 37f54e601e..f7943adcee 100644
--- a/lib/rubygems/test_utilities.rb
+++ b/lib/rubygems/test_utilities.rb
@@ -205,6 +205,10 @@ class Gem::TestCase::SpecFetcherSetup
@operations << [:clear]
end
+ ##
+ # Returns a Hash of created Specification full names and the corresponding
+ # Specification.
+
def created_specs
created = {}
@@ -271,7 +275,7 @@ class Gem::TestCase::SpecFetcherSetup
end
end
- def setup_fetcher # :nodoc;
+ def setup_fetcher # :nodoc:
require 'zlib'
require 'socket'
require 'rubygems/remote_fetcher'