Skip to content

Commit

Permalink
[rubygems/rubygems] Remove unnecessary ensure
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored and matzbot committed Sep 28, 2022
1 parent c7232a2 commit 874a2bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/rubygems/test_gem.rb
Expand Up @@ -804,7 +804,6 @@ def test_self_find_files_with_gemfile

assert_equal expected, Gem.find_files("sff/discover").sort
assert_equal expected, Gem.find_files("sff/**.rb").sort, "[ruby-core:31730]"
ensure
assert_equal cwd, actual_load_path.shift
end

Expand Down

0 comments on commit 874a2bf

Please sign in to comment.