Sha256: 1fcfd01e5acc7b8e4f207beae2df5c245ae554ca9ea6ac01c704a20c84102013
Contents?: true
Size: 210 Bytes
Versions: 10
Compression:
Stored size: 210 Bytes
Contents
RSpec::Matchers.define :be_listening do match do |actual| port = actual.gsub(/port\s+/, '') ret = ssh_exec(RSpec.configuration.host, commands.check_listening(port)) ret[:exit_code] == 0 end end
Version data entries
10 entries across 10 versions & 1 rubygems