Sha256: 0c22f72dbf38f1f12040ead6efcc1d5f539792cc01a1c7fe4086c374f7e45b07
Contents?: true
Size: 306 Bytes
Versions: 27
Compression:
Stored size: 306 Bytes
Contents
# frozen_string_literal: true require_relative "helper" require "rubygems/commands/search_command" class TestGemCommandsSearchCommand < Gem::TestCase def setup super @cmd = Gem::Commands::SearchCommand.new end def test_initialize assert_equal :remote, @cmd.defaults[:domain] end end
Version data entries
27 entries across 27 versions & 1 rubygems