2 # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
4 # See LICENSE.txt for permissions.
8 require File.join(File.expand_path(File.dirname(__FILE__)), 'gemutilities')
9 require 'rubygems/commands/check_command'
11 class TestGemCommandsCheckCommand < RubyGemTestCase
16 @cmd = Gem::Commands::CheckCommand.new
20 assert_equal "check", @cmd.command
21 assert_equal "gem check", @cmd.program_name
22 assert_match(/Check/, @cmd.summary)