Sha256: c8c5d1e52eec048c5f9450a8249c95b92d6f2ca3e031e2998554fce2718fdb68
Contents?: true
Size: 160 Bytes
Versions: 2
Compression:
Stored size: 160 Bytes
Contents
require 'spec_helper' describe process("sshd") do it { should be_running } it "is listening on port 22" do expect(port(22)).to be_listening end end
Version data entries
2 entries across 2 versions & 1 rubygems