Sha256: 6575abff8275319e097744b83034ef605971a7d2dd6ee9c73795485bf90af7b7
Contents?: true
Size: 486 Bytes
Versions: 37
Compression:
Stored size: 486 Bytes
Contents
require 'spec_helper' include Serverspec::Helper::RedHat describe 'Serverspec host matchers of Red Hat 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