Sha256: a5129e2f08ed1592c93e144bb25b4a9ff44045fc901180fd38604c2b287e1bff

Contents?: true

Size: 485 Bytes

Versions: 37

Compression:

Stored size: 485 Bytes

Contents

require 'spec_helper'

include Serverspec::Helper::Gentoo

describe 'Serverspec host matchers of Gentoo 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

Version Path
serverspec-0.5.4 spec/gentoo/host_spec.rb
serverspec-0.5.3 spec/gentoo/host_spec.rb
serverspec-0.5.2 spec/gentoo/host_spec.rb
serverspec-0.5.1 spec/gentoo/host_spec.rb
serverspec-0.5.0 spec/gentoo/host_spec.rb
serverspec-0.4.14 spec/gentoo/host_spec.rb
serverspec-0.4.13 spec/gentoo/host_spec.rb
serverspec-0.4.12 spec/gentoo/host_spec.rb
serverspec-0.4.11 spec/gentoo/host_spec.rb
serverspec-0.4.10 spec/gentoo/host_spec.rb
serverspec-0.4.9 spec/gentoo/host_spec.rb
serverspec-0.4.8 spec/gentoo/host_spec.rb
serverspec-0.4.7 spec/gentoo/host_spec.rb
serverspec-0.4.6 spec/gentoo/host_spec.rb
serverspec-0.4.5 spec/gentoo/host_spec.rb
serverspec-0.4.4 spec/gentoo/host_spec.rb
serverspec-0.4.3 spec/gentoo/host_spec.rb