Sha256: fb237adff6b88ef3483a532a408d31a5c2554568ec000f0428f130a56ae6a46f

Contents?: true

Size: 205 Bytes

Versions: 22

Compression:

Stored size: 205 Bytes

Contents

require 'spec_helper'

property[:os] = nil
set :os, :family => 'debian', :release => 'testing'

describe get_command(:check_port_is_listening, '80') do
  it { should eq 'ss -tunl | grep -E -- :80\ ' }
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
specinfra-2.82.25 spec/command/debiantesting/port_spec.rb
specinfra-2.82.24 spec/command/debiantesting/port_spec.rb