Sha256: 5e14835234f2d7da582df9f7ec3855c13188433281e46d8b3a4c4700e171acc6
Contents?: true
Size: 485 Bytes
Versions: 37
Compression:
Stored size: 485 Bytes
Contents
require 'spec_helper' include Serverspec::Helper::Debian describe 'Serverspec host matchers of Debian family' do it_behaves_like 'support host be_reachable matcher', '127.0.0.1' it_behaves_like 'support host be_reachable with matcher', '127.0.0.1' it_behaves_like 'support host be_resolvable matcher', 'localhost' it_behaves_like 'support host be_resolvable by matcher', 'localhost', 'hosts' it_behaves_like 'support host be_resolvable by matcher', 'localhost', 'dns' end
Version data entries
37 entries across 37 versions & 1 rubygems