Skip to content

Commit

Permalink
[rubygems/rubygems] Add some early assertions to make sure the test i…
Browse files Browse the repository at this point in the history
…s progressing fine

If an error happens during the install command, it will fail in an
strange way right now.

rubygems/rubygems@2b6e0c703a
  • Loading branch information
deivid-rodriguez authored and hsbt committed Dec 7, 2023
1 parent aabf2ce commit 0f3f907
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/rubygems/test_gem_commands_pristine_command.rb
Expand Up @@ -392,6 +392,9 @@ def test_execute_many_multi_repo
b = util_spec "b"
install_gem b

assert_path_exist File.join(gemhome2, "gems", "b-2")
assert_path_not_exist File.join(@gemhome, "gems", "b-2")

@cmd.options[:args] = %w[a b]

use_ui @ui do
Expand Down

0 comments on commit 0f3f907

Please sign in to comment.