Sha256: 5a1223de1ba1a7432ce58886aa93ef4f2445d671c904507655409b95aad037c0
Contents?: true
Size: 487 Bytes
Versions: 37
Compression:
Stored size: 487 Bytes
Contents
require 'spec_helper' include Serverspec::Helper::Solaris describe 'Serverspec host matchers of Solaris 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