Sha256: e5763821bb409de88167687c24778010fac8ab86d598cba82f7dced82939a1b2
Contents?: true
Size: 310 Bytes
Versions: 85
Compression:
Stored size: 310 Bytes
Contents
require 'spec_helper' set :os, :family => 'aix' describe port(80) do it { should be_listening } end describe port(80) do it { should be_listening.with('tcp') } end describe port(80) do it { should be_listening.on('127.0.0.1') } end describe port(53) do it { should be_listening.with('udp') } end
Version data entries
85 entries across 85 versions & 4 rubygems