summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_command.rb')
-rw-r--r--test/rubygems/test_gem_command.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/rubygems/test_gem_command.rb b/test/rubygems/test_gem_command.rb
index e1db011d44..f79b138df2 100644
--- a/test/rubygems/test_gem_command.rb
+++ b/test/rubygems/test_gem_command.rb
@@ -4,14 +4,14 @@
# File a patch instead and assign it to Ryan Davis or Eric Hodel.
######################################################################
-require "test/rubygems/gemutilities"
+require 'rubygems/test_case'
require 'rubygems/command'
class Gem::Command
public :parser
end
-class TestGemCommand < RubyGemTestCase
+class TestGemCommand < Gem::TestCase
def setup
super
@@ -93,7 +93,7 @@ class TestGemCommand < RubyGemTestCase
assert done
end
- def test_invode_with_bad_options
+ def test_invoke_with_bad_options
use_ui @ui do
@cmd.when_invoked do true end