summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/rubygems/test_gem_commands_exec_command.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/rubygems/test_gem_commands_exec_command.rb b/test/rubygems/test_gem_commands_exec_command.rb
index f9908af46b..7902e44eb5 100644
--- a/test/rubygems/test_gem_commands_exec_command.rb
+++ b/test/rubygems/test_gem_commands_exec_command.rb
@@ -177,8 +177,6 @@ class TestGemCommandsExecCommand < Gem::TestCase
end
def test_gem_with_platform_dependencies
- platforms = Gem.platforms.dup
-
spec_fetcher do |fetcher|
fetcher.download "a", 2 do |s|
s.executables = %w[a]
@@ -219,8 +217,6 @@ class TestGemCommandsExecCommand < Gem::TestCase
pend "extensions don't quite work on jruby" if Gem.java_platform?
pend "terminates on mswin" if Gem.win_platform?
- platforms = Gem.platforms.dup
-
spec_fetcher do |fetcher|
fetcher.download "a", 2 do |s|
s.executables = %w[a]