Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions test/rubygems/test_gem_dependency_installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,7 @@ def test_install_force
util_setup_gems

FileUtils.mv @b1_gem, @tempdir
si = util_setup_spec_fetcher @b1
@fetcher.data["http://gems.example.com/gems/yaml"] = si.to_yaml
util_setup_spec_fetcher @b1
inst = nil

Dir.chdir @tempdir do
Expand Down Expand Up @@ -955,9 +954,7 @@ def test_install_remote_platform_newer
s.platform = Gem::Platform.new %w[cpu other_platform 1]
end

si = util_setup_spec_fetcher @a1, a2_o

@fetcher.data["http://gems.example.com/gems/yaml"] = si.to_yaml
util_setup_spec_fetcher @a1, a2_o

a1_data = nil
a2_o_data = nil
Expand Down