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

Version Path
slimgems-1.3.9.5 test/test_gem_commands_check_command.rb
slimgems-1.3.9.4 test/test_gem_commands_check_command.rb
slimgems-1.3.9.3 test/test_gem_commands_check_command.rb
slimgems-1.3.9.2 test/test_gem_commands_check_command.rb
slimgems-1.3.9.1 test/test_gem_commands_check_command.rb
slimgems-1.3.9 test/test_gem_commands_check_command.rb
slimgems-1.3.8 test/test_gem_commands_check_command.rb
rubygems-update-1.4.2 test/test_gem_commands_check_command.rb
rubygems-update-1.4.1 test/test_gem_commands_check_command.rb
rubygems-update-1.4.0 test/test_gem_commands_check_command.rb
rubygems-update-1.3.7 test/test_gem_commands_check_command.rb
rubygems-update-1.3.6 test/test_gem_commands_check_command.rb