Sha256: 944e1a39c141d823d4324d903622dddbb0bd561541a0f9d323903d55c342f522
Contents?: true
Size: 485 Bytes
Versions: 37
Compression:
Stored size: 485 Bytes
Contents
require 'spec_helper' include Serverspec::Helper::Darwin describe 'Serverspec host matchers of Darwin 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