diff options
-rw-r--r-- | test/rubygems/test_gem_commands_sources_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -194,7 +194,7 @@ beta-gems.example.com is not a URI assert_equal expected, @ui.output assert_equal '', @ui.error - dir = Gem.spec_cache_dir refute File.exist?(dir), 'cache dir removed' end |