Sha256: b2a3b17f918973595c8443f3667ca13ec5f5dd187a9720503e5ddc39d0e38de8
Contents?: true
Size: 310 Bytes
Versions: 26
Compression:
Stored size: 310 Bytes
Contents
require_relative 'support/spec_helper' require 'acpc_dealer' include AcpcDealer describe ConnectionInformation do it 'works' do port = 9001 host = 'my host' patient = ConnectionInformation.new(port, host) patient.port_number.must_equal port patient.host_name.must_equal host end end
Version data entries
26 entries across 26 versions & 1 rubygems