Sha256: f5988586e762026b3f8b9029794a05b4f2de7b285e11a7cad79494be88451867
Contents?: true
Size: 383 Bytes
Versions: 12
Compression:
Stored size: 383 Bytes
Contents
require File.expand_path('../gemutilities', __FILE__) require 'rubygems/commands/check_command' class TestGemCommandsCheckCommand < RubyGemTestCase def setup super @cmd = Gem::Commands::CheckCommand.new end def test_initialize assert_equal "check", @cmd.command assert_equal "gem check", @cmd.program_name assert_match(/Check/, @cmd.summary) end end
Version data entries
12 entries across 12 versions & 2 rubygems