diff options
-rw-r--r-- | lib/rubygems/test_utilities.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,8 @@ class Gem::FakeFetcher end def find_data(path) if URI === path and "URI::#{path.scheme.upcase}" != path.class.name then raise ArgumentError, "mismatch for scheme #{path.scheme} and class #{path.class}" |