Sha256: f9025e35630346a6b6dd921941c5e0c6b4073340774660d59ebb70e1f53a3181
Contents?: true
Size: 307 Bytes
Versions: 5
Compression:
Stored size: 307 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
5 entries across 5 versions & 1 rubygems