summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_check_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_commands_check_command.rb')
-rw-r--r--test/rubygems/test_gem_commands_check_command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_commands_check_command.rb b/test/rubygems/test_gem_commands_check_command.rb
index b28748623e..67db6a3206 100644
--- a/test/rubygems/test_gem_commands_check_command.rb
+++ b/test/rubygems/test_gem_commands_check_command.rb
@@ -45,7 +45,7 @@ class TestGemCommandsCheckCommand < Gem::TestCase
end
def test_doctor
- a = gem 'a'
+ gem 'a'
b = gem 'b'
FileUtils.rm b.spec_file