diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-05-03 19:56:58 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-03-30 12:48:23 +0900 |
commit | 061add792e658878c839887682716737d9f6d677 (patch) | |
tree | b111148a604c7f2ab09f26b1804a2725d7c19680 /lib/rubygems/test_utilities.rb | |
parent | c16815cca7c223698c11b4c520b75caeb0499f93 (diff) | |
download | ruby-061add792e658878c839887682716737d9f6d677.tar.gz |
[rubygems/rubygems] Enable `Style/ExtraSpacing` and auto-correct
https://github.com/rubygems/rubygems/commit/6fa0b1b679
Diffstat (limited to 'lib/rubygems/test_utilities.rb')
-rw-r--r-- | lib/rubygems/test_utilities.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/test_utilities.rb b/lib/rubygems/test_utilities.rb index 6ae3c0e986..0edf3d6a61 100644 --- a/lib/rubygems/test_utilities.rb +++ b/lib/rubygems/test_utilities.rb @@ -134,7 +134,7 @@ class Gem::FakeFetcher def download(spec, source_uri, install_dir = Gem.dir) name = File.basename spec.cache_file - path = if Dir.pwd == install_dir # see fetch_command + path = if Dir.pwd == install_dir # see fetch_command install_dir else File.join install_dir, "cache" |