Sha256: 4b929e61a678855022e434a6f46fcc519406501924a866efbe8a5fe45b2c38ff
Contents?: true
Size: 243 Bytes
Versions: 39
Compression:
Stored size: 243 Bytes
Contents
shared_examples_for 'support port listening matcher' do |num| describe 'listening' do describe port(num) do it { should be_listening } end describe port('invalid') do it { should_not be_listening } end end end
Version data entries
39 entries across 39 versions & 1 rubygems