Sha256: 492c5031af643347dd7605a644eafafaf486c46fdbb0cd68331541e2073688fd
Contents?: true
Size: 306 Bytes
Versions: 29
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
29 entries across 29 versions & 1 rubygems