Sha256: 317a23b24d561ebca1f705e82c3a5e95e4112fd161c43cce89584a64d65830e3
Contents?: true
Size: 361 Bytes
Versions: 27
Compression:
Stored size: 361 Bytes
Contents
# frozen_string_literal: true require_relative "helper" require "rubygems/commands/server_command" class TestGemCommandsServerCommand < Gem::TestCase def setup super @cmd = Gem::Commands::ServerCommand.new end def test_execute use_ui @ui do @cmd.execute end assert_match %r{Install the rubygems-server}i, @ui.error end end
Version data entries
27 entries across 27 versions & 1 rubygems