Sha256: a6af724b4262edda738abb93ae98e533c79331ba8f83efed952b12f2fca36bff
Contents?: true
Size: 331 Bytes
Versions: 126
Compression:
Stored size: 331 Bytes
Contents
require 'spec_helper' property[:os] = nil set :os, :family => 'darwin' describe get_command(:check_port_is_listening, '80') do it { should eq 'lsof -nP -iTCP -sTCP:LISTEN | grep -- :80\ ' } end describe get_command(:check_port_is_listening, '80', :protocol => 'udp') do it { should eq 'lsof -nP -iUDP | grep -- :80\ ' } end
Version data entries
126 entries across 126 versions & 1 rubygems