Sha256: f3f13f45e06d125deab60031acf6ee89ef5076d9e446df10491044c90d1ede8d
Contents?: true
Size: 497 Bytes
Versions: 2
Compression:
Stored size: 497 Bytes
Contents
require 'spec_helper' describe 'Serverspec matchers of Debian family', :os => :debian do it_behaves_like 'support be_enabled matcher', 'rc.local' it_behaves_like 'support be_installed matcher', 'openssh-server' it_behaves_like 'support be_running matcher', 'ssh' it_behaves_like 'support be_listening matcher', 22 it_behaves_like 'support be_file matcher', '/etc/ssh/sshd_config' it_behaves_like 'support contain matcher', '/etc/ssh/sshd_config', 'See the sshd_config(5) manpage' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
serverspec-0.0.19 | spec/debian/matchers_spec.rb |
serverspec-0.0.18 | spec/debian/matchers_spec.rb |