Sha256: 5c9d265e96c7daac51d99d0b7286eb863f11d633dbfb4c550aff8ff2c19cb928
Contents?: true
Size: 362 Bytes
Versions: 5
Compression:
Stored size: 362 Bytes
Contents
# frozen_string_literal: true require_relative "helper" require "rubygems/commands/mirror_command" class TestGemCommandsMirrorCommand < Gem::TestCase def setup super @cmd = Gem::Commands::MirrorCommand.new end def test_execute use_ui @ui do @cmd.execute end assert_match %r{Install the rubygems-mirror}i, @ui.error end end
Version data entries
5 entries across 5 versions & 1 rubygems